#A76659

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

Shades of Au Chico #A76659

Tints of Au Chico #A76659

Color information

#A76659 (or 0xA76659) is unknown color: approx Au Chico. HEX triplet: A7, 66 and 59. RGB value is (167,102,89). Sum of RGB (Red+Green+Blue) = 167+102+89=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A76659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76659 is #5899A6. Grayscale: #787878. Windows color (decimal): -5806503 or 5858983. OLE color: 5858983.

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

Color convert

RGB16710289-
CMYK00.390.470.35
HSL10º30.71%50.2%-
HSV(B)10º46.71%65.49%-
XYZ22.4918.4411.82-
YUV119.95110.53161.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=46.65%
G=28.49%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671028900.390.470.351030.7150.2
HexA766590272F23a1f32
Octal2471461310475743123762
Binary10100111110011010110010100111101111100011101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76659; }

 p { color: rgb(167,102,89); }

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

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

 a { background-color: rgb(167,102,89); }

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

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

 span { border-color: rgb(167,102,89); }

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