#A16355

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

Shades of Au Chico #A16355

Tints of Au Chico #A16355

Color information

#A16355 (or 0xA16355) is unknown color: approx Au Chico. HEX triplet: A1, 63 and 55. RGB value is (161,99,85). Sum of RGB (Red+Green+Blue) = 161+99+85=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16355 is #5E9CAA. Grayscale: #747474. Windows color (decimal): -6200491 or 5596065. OLE color: 5596065.

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

Color convert

RGB1619985-
CMYK00.390.470.37
HSL11.05º30.89%48.24%-
HSV(B)11.05º47.2%63.14%-
XYZ20.817.1610.81-
YUV115.94110.54160.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=46.67%
G=28.70%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161998500.390.470.3711.0530.8948.24
HexA163550272F25b1f30
Octal2411431250475745133760
Binary10100001110001110101010100111101111100101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16355; }

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

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

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

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

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

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

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

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