#A16350

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

Shades of Au Chico #A16350

Tints of Au Chico #A16350

Color information

#A16350 (or 0xA16350) is unknown color: approx Au Chico. HEX triplet: A1, 63 and 50. RGB value is (161,99,80). Sum of RGB (Red+Green+Blue) = 161+99+80=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A16350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16350 is #5E9CAF. Grayscale: #737373. Windows color (decimal): -6200496 or 5268385. OLE color: 5268385.

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

Color convert

RGB1619980-
CMYK00.390.500.37
HSL14.07º33.61%47.25%-
HSV(B)14.07º50.31%63.14%-
XYZ20.6117.089.8-
YUV115.37108.04160.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=47.35%
G=29.12%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161998000.390.500.3714.0733.6147.25
HexA163500273225e222f
Octal2411431200476245164257
Binary101000011100011101000001001111100101001011110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16350; }

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

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

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

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

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

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

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

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