#A76B5B

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

Shades of Au Chico #A76B5B

Tints of Au Chico #A76B5B

Color information

#A76B5B (or 0xA76B5B) is unknown color: approx Au Chico. HEX triplet: A7, 6B and 5B. RGB value is (167,107,91). Sum of RGB (Red+Green+Blue) = 167+107+91=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B5B is #5894A4. Grayscale: #7B7B7B. Windows color (decimal): -5805221 or 5991335. OLE color: 5991335.

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

Color convert

RGB16710791-
CMYK00.360.460.35
HSL12.63º30.16%50.59%-
HSV(B)12.63º45.51%65.49%-
XYZ23.0819.4912.44-
YUV123.12109.88159.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=45.75%
G=29.32%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671079100.360.460.3512.6330.1650.59
HexA76B5B0242E23d1e33
Octal2471531330445643153663
Binary10100111110101110110110100100101110100011110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B5B; }

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

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

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

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

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

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

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

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