#A76A58

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

Shades of Au Chico #A76A58

Tints of Au Chico #A76A58

Color information

#A76A58 (or 0xA76A58) is unknown color: approx Au Chico. HEX triplet: A7, 6A and 58. RGB value is (167,106,88). Sum of RGB (Red+Green+Blue) = 167+106+88=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76A58 is #5895A7. Grayscale: #7A7A7A. Windows color (decimal): -5805480 or 5794471. OLE color: 5794471.

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

Color convert

RGB16710688-
CMYK00.370.470.35
HSL13.67º30.98%50%-
HSV(B)13.67º47.31%65.49%-
XYZ22.8519.2311.74-
YUV122.19108.71159.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=46.26%
G=29.36%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671068800.370.470.3513.6730.9850
HexA76A580252F23e1f32
Octal2471521300455743163762
Binary10100111110101010110000100101101111100011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A58; }

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

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

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

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

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

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

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

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