#A76757

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

Shades of Au Chico #A76757

Tints of Au Chico #A76757

Color information

#A76757 (or 0xA76757) is unknown color: approx Au Chico. HEX triplet: A7, 67 and 57. RGB value is (167,103,87). Sum of RGB (Red+Green+Blue) = 167+103+87=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A76757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76757 is #5898A8. Grayscale: #787878. Windows color (decimal): -5806249 or 5728167. OLE color: 5728167.

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

Color convert

RGB16710387-
CMYK00.380.480.35
HSL12º31.5%49.8%-
HSV(B)12º47.9%65.49%-
XYZ22.5118.611.42-
YUV120.31109.2161.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 87 (34.38% from 255) = 24.37%
R=46.78%
G=28.85%
B=24.37%

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
Decimal1671038700.380.480.351231.549.8
HexA767570263023c1f32
Octal2471471270466043143762
Binary10100111110011110101110100110110000100011110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76757; }

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

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

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

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

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

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

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

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