#A26459

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

Shades of Au Chico #A26459

Tints of Au Chico #A26459

Color information

#A26459 (or 0xA26459) is unknown color: approx Au Chico. HEX triplet: A2, 64 and 59. RGB value is (162,100,89). Sum of RGB (Red+Green+Blue) = 162+100+89=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A26459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26459 is #5D9BA6. Grayscale: #757575. Windows color (decimal): -6134695 or 5858466. OLE color: 5858466.

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

Color convert

RGB16210089-
CMYK00.380.450.36
HSL9.04º29.08%49.22%-
HSV(B)9.04º45.06%63.53%-
XYZ21.2617.5211.71-
YUV117.28112.04159.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 89 (35.16% from 255) = 25.36%
R=46.15%
G=28.49%
B=25.36%

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
Decimal1621008900.380.450.369.0429.0849.22
HexA264590262D2491d31
Octal2421441310465544113561
Binary10100010110010010110010100110101101100100100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26459; }

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

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

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

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

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

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

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

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