#A76557

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

Shades of Au Chico #A76557

Tints of Au Chico #A76557

Color information

#A76557 (or 0xA76557) is unknown color: approx Au Chico. HEX triplet: A7, 65 and 57. RGB value is (167,101,87). Sum of RGB (Red+Green+Blue) = 167+101+87=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A76557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76557 is #589AA8. Grayscale: #777777. Windows color (decimal): -5806761 or 5727655. OLE color: 5727655.

HSL color Cylindrical-coordinate representation of color #A76557: hue angle of 10.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76557 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16710187-
CMYK00.400.480.35
HSL10.5º31.5%49.8%-
HSV(B)10.5º47.9%65.49%-
XYZ22.3118.2111.36-
YUV119.14109.87162.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=47.04%
G=28.45%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671018700.400.480.3510.531.549.8
HexA765570283023b1f32
Octal2471451270506043133762
Binary10100111110010110101110101000110000100011101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76557; }

 p { color: rgb(167,101,87); }

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

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

 a { background-color: rgb(167,101,87); }

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

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

 span { border-color: rgb(167,101,87); }

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