#A16653

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

Shades of Au Chico #A16653

Tints of Au Chico #A16653

Color information

#A16653 (or 0xA16653) is unknown color: approx Au Chico. HEX triplet: A1, 66 and 53. RGB value is (161,102,83). Sum of RGB (Red+Green+Blue) = 161+102+83=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16653 is #5E99AC. Grayscale: #757575. Windows color (decimal): -6199725 or 5465761. OLE color: 5465761.

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

Color convert

RGB16110283-
CMYK00.370.480.37
HSL14.62º31.97%47.84%-
HSV(B)14.62º48.45%63.14%-
XYZ21.0117.710.49-
YUV117.48108.55159.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=46.53%
G=29.48%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611028300.370.480.3714.6231.9747.84
HexA166530253025f2030
Octal2411461230456045174060
Binary101000011100110101001101001011100001001011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16653; }

 p { color: rgb(161,102,83); }

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

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

 a { background-color: rgb(161,102,83); }

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

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

 span { border-color: rgb(161,102,83); }

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