#A76857

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

Shades of Au Chico #A76857

Tints of Au Chico #A76857

Color information

#A76857 (or 0xA76857) is unknown color: approx Au Chico. HEX triplet: A7, 68 and 57. RGB value is (167,104,87). Sum of RGB (Red+Green+Blue) = 167+104+87=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A76857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76857 is #5897A8. Grayscale: #797979. Windows color (decimal): -5805993 or 5728423. OLE color: 5728423.

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

Color convert

RGB16710487-
CMYK00.380.480.35
HSL12.75º31.5%49.8%-
HSV(B)12.75º47.9%65.49%-
XYZ22.6118.811.45-
YUV120.9108.87160.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=46.65%
G=29.05%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671048700.380.480.3512.7531.549.8
HexA768570263023d1f32
Octal2471501270466043153762
Binary10100111110100010101110100110110000100011110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76857; }

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

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

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

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

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

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

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

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