#A16254

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

Shades of Au Chico #A16254

Tints of Au Chico #A16254

Color information

#A16254 (or 0xA16254) is unknown color: approx Au Chico. HEX triplet: A1, 62 and 54. RGB value is (161,98,84). Sum of RGB (Red+Green+Blue) = 161+98+84=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A16254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16254 is #5E9DAB. Grayscale: #737373. Windows color (decimal): -6200748 or 5530273. OLE color: 5530273.

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

Color convert

RGB1619884-
CMYK00.390.480.37
HSL10.91º31.43%48.04%-
HSV(B)10.91º47.83%63.14%-
XYZ20.6716.9510.57-
YUV115.24110.37160.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=46.94%
G=28.57%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161988400.390.480.3710.9131.4348.04
HexA162540273025b1f30
Octal2411421240476045133760
Binary10100001110001010101000100111110000100101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16254; }

 p { color: rgb(161,98,84); }

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

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

 a { background-color: rgb(161,98,84); }

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

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

 span { border-color: rgb(161,98,84); }

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