#A16357

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

Shades of Au Chico #A16357

Tints of Au Chico #A16357

Color information

#A16357 (or 0xA16357) is unknown color: approx Au Chico. HEX triplet: A1, 63 and 57. RGB value is (161,99,87). Sum of RGB (Red+Green+Blue) = 161+99+87=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A16357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16357 is #5E9CA8. Grayscale: #747474. Windows color (decimal): -6200489 or 5727137. OLE color: 5727137.

HSL color Cylindrical-coordinate representation of color #A16357: hue angle of 9.73º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16357 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB1619987-
CMYK00.390.460.37
HSL9.73º29.84%48.63%-
HSV(B)9.73º45.96%63.14%-
XYZ20.8817.1911.23-
YUV116.17111.54159.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=46.40%
G=28.53%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161998700.390.460.379.7329.8448.63
HexA163570272E25a1e31
Octal2411431270475645123661
Binary10100001110001110101110100111101110100101101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16357; }

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

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

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

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

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

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

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

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