#A96357

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

Shades of Au Chico #A96357

Tints of Au Chico #A96357

Color information

#A96357 (or 0xA96357) is unknown color: approx Au Chico. HEX triplet: A9, 63 and 57. RGB value is (169,99,87). Sum of RGB (Red+Green+Blue) = 169+99+87=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A96357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96357 is #569CA8. Grayscale: #767676. Windows color (decimal): -5676201 or 5727145. OLE color: 5727145.

HSL color Cylindrical-coordinate representation of color #A96357: hue angle of 8.78º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96357 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1699987-
CMYK00.410.490.34
HSL8.78º32.28%50.2%-
HSV(B)8.78º48.52%66.27%-
XYZ22.5418.0511.31-
YUV118.56110.19163.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=47.61%
G=27.89%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169998700.410.490.348.7832.2850.2
HexA96357029312292032
Octal2511431270516142114062
Binary101010011100011101011101010011100011000101001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96357; }

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

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

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

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

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

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

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

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