#A76A5E

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

Shades of Au Chico #A76A5E

Tints of Au Chico #A76A5E

Color information

#A76A5E (or 0xA76A5E) is unknown color: approx Au Chico. HEX triplet: A7, 6A and 5E. RGB value is (167,106,94). Sum of RGB (Red+Green+Blue) = 167+106+94=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76A5E is #5895A1. Grayscale: #7A7A7A. Windows color (decimal): -5805474 or 6187687. OLE color: 6187687.

HSL color Cylindrical-coordinate representation of color #A76A5E: hue angle of 9.86º degrees, saturation: 0.29, 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 #A76A5E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16710694-
CMYK00.370.440.35
HSL9.86º29.32%51.18%-
HSV(B)9.86º43.71%65.49%-
XYZ23.1119.3313.1-
YUV122.87111.71159.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=45.50%
G=28.88%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671069400.370.440.359.8629.3251.18
HexA76A5E0252C23a1d33
Octal2471521360455443123563
Binary10100111110101010111100100101101100100011101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A5E; }

 p { color: rgb(167,106,94); }

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

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

 a { background-color: rgb(167,106,94); }

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

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

 span { border-color: rgb(167,106,94); }

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