#A76B5D

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

Shades of Au Chico #A76B5D

Tints of Au Chico #A76B5D

Color information

#A76B5D (or 0xA76B5D) is unknown color: approx Au Chico. HEX triplet: A7, 6B and 5D. RGB value is (167,107,93). Sum of RGB (Red+Green+Blue) = 167+107+93=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B5D is #5894A2. Grayscale: #7B7B7B. Windows color (decimal): -5805219 or 6122407. OLE color: 6122407.

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

Color convert

RGB16710793-
CMYK00.360.440.35
HSL11.35º29.6%50.98%-
HSV(B)11.35º44.31%65.49%-
XYZ23.1719.5212.9-
YUV123.34110.88159.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=45.50%
G=29.16%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671079300.360.440.3511.3529.650.98
HexA76B5D0242C23b1e33
Octal2471531350445443133663
Binary10100111110101110111010100100101100100011101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B5D; }

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

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

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

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

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

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

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

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