#A16758

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

Shades of Au Chico #A16758

Tints of Au Chico #A16758

Color information

#A16758 (or 0xA16758) is unknown color: approx Au Chico. HEX triplet: A1, 67 and 58. RGB value is (161,103,88). Sum of RGB (Red+Green+Blue) = 161+103+88=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A16758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16758 is #5E98A7. Grayscale: #767676. Windows color (decimal): -6199464 or 5793697. OLE color: 5793697.

HSL color Cylindrical-coordinate representation of color #A16758: hue angle of 12.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16758 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB16110388-
CMYK00.360.450.37
HSL12.33º29.32%48.82%-
HSV(B)12.33º45.34%63.14%-
XYZ21.3117.9811.58-
YUV118.63110.72158.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 88 (34.77% from 255) = 25%
R=45.74%
G=29.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611038800.360.450.3712.3329.3248.82
HexA167580242D25c1d31
Octal2411471300445545143561
Binary10100001110011110110000100100101101100101110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16758; }

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

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

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

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

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

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

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

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