#A16755

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

Shades of Au Chico #A16755

Tints of Au Chico #A16755

Color information

#A16755 (or 0xA16755) is unknown color: approx Au Chico. HEX triplet: A1, 67 and 55. RGB value is (161,103,85). Sum of RGB (Red+Green+Blue) = 161+103+85=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A16755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16755 is #5E98AA. Grayscale: #767676. Windows color (decimal): -6199467 or 5597089. OLE color: 5597089.

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

Color convert

RGB16110385-
CMYK00.360.470.37
HSL14.21º30.89%48.24%-
HSV(B)14.21º47.2%63.14%-
XYZ21.1917.9310.94-
YUV118.29109.22158.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=46.13%
G=29.51%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611038500.360.470.3714.2130.8948.24
HexA167550242F25e1f30
Octal2411471250445745163760
Binary10100001110011110101010100100101111100101111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16755; }

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

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

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

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

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

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

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

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