#A16854

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

Shades of Au Chico #A16854

Tints of Au Chico #A16854

Color information

#A16854 (or 0xA16854) is unknown color: approx Au Chico. HEX triplet: A1, 68 and 54. RGB value is (161,104,84). Sum of RGB (Red+Green+Blue) = 161+104+84=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A16854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16854 is #5E97AB. Grayscale: #767676. Windows color (decimal): -6199212 or 5531809. OLE color: 5531809.

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

Color convert

RGB16110484-
CMYK00.350.480.37
HSL15.58º31.43%48.04%-
HSV(B)15.58º47.83%63.14%-
XYZ21.2518.1210.76-
YUV118.76108.38158.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=46.13%
G=29.80%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611048400.350.480.3715.5831.4348.04
HexA168540233025101f30
Octal2411501240436045203760
Binary101000011101000101010001000111100001001011000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16854; }

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

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

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

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

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

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

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

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