#A76B5C

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

Shades of Au Chico #A76B5C

Tints of Au Chico #A76B5C

Color information

#A76B5C (or 0xA76B5C) is unknown color: approx Au Chico. HEX triplet: A7, 6B and 5C. RGB value is (167,107,92). Sum of RGB (Red+Green+Blue) = 167+107+92=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B5C is #5894A3. Grayscale: #7B7B7B. Windows color (decimal): -5805220 or 6056871. OLE color: 6056871.

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

Color convert

RGB16710792-
CMYK00.360.450.35
HSL12º29.88%50.78%-
HSV(B)12º44.91%65.49%-
XYZ23.1319.512.67-
YUV123.23110.38159.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=45.63%
G=29.23%
B=25.14%

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
Decimal1671079200.360.450.351229.8850.78
HexA76B5C0242D23c1e33
Octal2471531340445543143663
Binary10100111110101110111000100100101101100011110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B5C; }

 p { color: rgb(167,107,92); }

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

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

 a { background-color: rgb(167,107,92); }

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

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

 span { border-color: rgb(167,107,92); }

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