#A26050

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

Shades of Au Chico #A26050

Tints of Au Chico #A26050

Color information

#A26050 (or 0xA26050) is unknown color: approx Au Chico. HEX triplet: A2, 60 and 50. RGB value is (162,96,80). Sum of RGB (Red+Green+Blue) = 162+96+80=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A26050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26050 is #5D9FAF. Grayscale: #727272. Windows color (decimal): -6135728 or 5267618. OLE color: 5267618.

HSL color Cylindrical-coordinate representation of color #A26050: hue angle of 11.71º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26050 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1629680-
CMYK00.410.510.36
HSL11.71º33.88%47.45%-
HSV(B)11.71º50.62%63.53%-
XYZ20.5316.639.72-
YUV113.91108.87162.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=47.93%
G=28.40%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162968000.410.510.3611.7133.8847.45
HexA260500293324c222f
Octal2421401200516344144257
Binary101000101100000101000001010011100111001001100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26050; }

 p { color: rgb(162,96,80); }

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

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

 a { background-color: rgb(162,96,80); }

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

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

 span { border-color: rgb(162,96,80); }

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