#A76457

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

Shades of Au Chico #A76457

Tints of Au Chico #A76457

Color information

#A76457 (or 0xA76457) is unknown color: approx Au Chico. HEX triplet: A7, 64 and 57. RGB value is (167,100,87). Sum of RGB (Red+Green+Blue) = 167+100+87=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A76457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76457 is #589BA8. Grayscale: #767676. Windows color (decimal): -5807017 or 5727399. OLE color: 5727399.

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

Color convert

RGB16710087-
CMYK00.400.480.35
HSL9.75º31.5%49.8%-
HSV(B)9.75º47.9%65.49%-
XYZ22.2118.0211.32-
YUV118.55110.2162.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=47.18%
G=28.25%
B=24.58%

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
Decimal1671008700.400.480.359.7531.549.8
HexA764570283023a1f32
Octal2471441270506043123762
Binary10100111110010010101110101000110000100011101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76457; }

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

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

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

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

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

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

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

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