#A26559

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

Shades of Au Chico #A26559

Tints of Au Chico #A26559

Color information

#A26559 (or 0xA26559) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 59. RGB value is (162,101,89). Sum of RGB (Red+Green+Blue) = 162+101+89=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A26559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26559 is #5D9AA6. Grayscale: #757575. Windows color (decimal): -6134439 or 5858722. OLE color: 5858722.

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

Color convert

RGB16210189-
CMYK00.380.450.36
HSL9.86º29.08%49.22%-
HSV(B)9.86º45.06%63.53%-
XYZ21.3617.7111.74-
YUV117.87111.71159.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=46.02%
G=28.69%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621018900.380.450.369.8629.0849.22
HexA265590262D24a1d31
Octal2421451310465544123561
Binary10100010110010110110010100110101101100100101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26559; }

 p { color: rgb(162,101,89); }

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

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

 a { background-color: rgb(162,101,89); }

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

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

 span { border-color: rgb(162,101,89); }

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