Html Css Color HEX #A66B5E Au Chico

📋 copy color: '#A66B5E'

red 166 ◦ green 107 ◦ blue 94

#A66B5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #A66B5E

Tints of Au Chico #A66B5E

RGB

 RED value IS 166 (65.23% from 255) = 45.23%

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 45.23%
G = 29.16%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A66B5E (or 0xA66B5E) is known color: Au Chico. HEX triplet: A6, 6B and 5E. RGB value is (166,107,94). Sum of RGB (Red+Green+Blue) = 166+107+94=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B5E is #5994A1. Grayscale: #7B7B7B. Windows color (decimal): -5870754 or 6187942. OLE color: 6187942.

HSL color Cylindrical-coordinate representation of color #A66B5E: hue angle of 10.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A66B5E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 107 94 -
CMYK 0 0.36 0.43 0.35
HSL 10.83º 0.29% 0.51% -
HSV(B) 10.83º 0.43% 0.65% -
XYZ 23 19.43 13.13 -
YUV 123.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 166 107 94 0 0.36 0.43 0.35 10.83 0.29 0.51
Hex A6 6B 5E 0 24 2B 23 B 1D 33
Octal 246 153 136 0 44 53 43 13 35 63
Binary 10100110 1101011 1011110 0 100100 101011 100011 1011 11101 110011

Color Harmonies of #A66B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B5E

Black with #A66B5E

Text Example


Text Example

White with #A66B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B5E; }

 p { color: rgb(166,107,94); }

 H1.HeaderClassName
 {
   color: #A66B5E;
 }
 .AnyTagClassName
 {
   color: #A66B5E;
 }
</style>

background-color css

<style>
 a { background-color: #A66B5E; }

 a { background-color: rgb(166,107,94); }

 div.DivClassName
 {
   background-color: #A66B5E;
 }
 .BgClassName
 {
   background-color: #A66B5E;
 }
</style>

border-color css

<style>
 span { border-color: #A66B5E; }

 span { border-color: rgb(166,107,94); }

 td.TdClassName
 {
   border-color: #A66B5E;
 }
 .TagClassName
 {
   border-color: #A66B5E;
 }
</style>