#A66B5B

Color #A66B5B Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A66B5B

Tints of Au Chico #A66B5B

Color information

#A66B5B (or 0xA66B5B) is unknown color: approx Au Chico. HEX triplet: A6, 6B and 5B. RGB value is (166,107,91). Sum of RGB (Red+Green+Blue) = 166+107+91=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B5B is #5994A4. Grayscale: #7A7A7A. Windows color (decimal): -5870757 or 5991334. OLE color: 5991334.

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

Color convert

RGB16610791-
CMYK00.360.450.35
HSL12.8º29.64%50.39%-
HSV(B)12.8º45.18%65.1%-
XYZ22.8719.3812.43-
YUV122.82110.05158.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 91 (35.94% from 255) = 25%
R=45.60%
G=29.40%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661079100.360.450.3512.829.6450.39
HexA66B5B0242D23d1e32
Octal2461531330445543153662
Binary10100110110101110110110100100101101100011110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B5B; }

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

 H1.HeaderClassName
 {
   color: #A66B5B;
 }
 .AnyTagClassName
 {
   color: #A66B5B;
 }
</style>
background-color css

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

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

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

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

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

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