Color Hex Logo

#a64230 Color Hex

#A64230
(166,66,48)
0 Favorites   0 Comments

Color spaces of #a64230

RGB 1666648
HSL0.030.550.42
HSV71°65°
CMYK 0.000.600.71   0.35
XYZ18.207612.21684.1947
Yxy12.21680.52590.3529
Hunter Lab34.952531.817917.3513
CIE-Lab41.558640.133931.6914

#a64230 color RGB value is (166,66,48).

#a64230 hex color red value is 166, green value is 66 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a64230 hue: 0.03 , saturation: 0.55 and the lightness value of a64230 is 0.42.

The process color (four color CMYK) of #a64230 color hex is 0.00, 0.60, 0.71, 0.35. Web safe color of #a64230 is #993333. Color #a64230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000010 00110000
Octal 246 102 60
Decimal 166 66 48
Hex A6 42 30

RGB Percentages of Color #a64230

%59.29
%23.57
%17.14

CMYK Percentages of Color #a64230

%0
%60
%71
%35

Triadic Colors of #a64230

#a64230 #30a642 #4230a6

Analogous Colors of #a64230

#a64230 #a67d30 #a63059

Monochromatic Colors of #a64230

#a64230

Complementary Color

#a64230 #3094a6

#a64230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64230 Color CSS Codes

.mybgcolor {background-color:#a64230; } 
.myforecolor {color:#a64230; }
.mybordercolor {border:3px solid #a64230; }

#a64230 Text Font Color

<p style="color:#a64230">Text here</p>

This sample text font color is #a64230
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a64230 Background Color

<div style="background-color:#a64230">
Div content here</div>

This div background color is #a64230


#a64230 Border Color

<div style="border:3px solid #a64230">
Div here</div>

This div border color is #a64230


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,66,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a64230; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a64230;
  -webkit-box-shadow: 1px 1px 3px 2px #a64230;
  box-shadow:         1px 1px 3px 2px #a64230; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,66,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a64230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a64230;
  -webkit-box-shadow: 1px 1px 3px 2px #a64230;
  box-shadow:         1px 1px 3px 2px #a64230;">
Div content here</div>

This div box has shadow with color #a64230


Comments

No comments written yet.

Please login to write comment.