#A76357

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

Shades of Au Chico #A76357

Tints of Au Chico #A76357

Color information

#A76357 (or 0xA76357) is unknown color: approx Au Chico. HEX triplet: A7, 63 and 57. RGB value is (167,99,87). Sum of RGB (Red+Green+Blue) = 167+99+87=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A76357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76357 is #589CA8. Grayscale: #767676. Windows color (decimal): -5807273 or 5727143. OLE color: 5727143.

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

Color convert

RGB1679987-
CMYK00.410.480.35
HSL31.5%49.8%-
HSV(B)47.9%65.49%-
XYZ22.1217.8311.29-
YUV117.96110.53162.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=47.31%
G=28.05%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167998700.410.480.35931.549.8
HexA76357029302391f32
Octal2471431270516043113762
Binary10100111110001110101110101001110000100011100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76357; }

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

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

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

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

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

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

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

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