#A26051

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

Shades of Au Chico #A26051

Tints of Au Chico #A26051

Color information

#A26051 (or 0xA26051) is unknown color: approx Au Chico. HEX triplet: A2, 60 and 51. RGB value is (162,96,81). Sum of RGB (Red+Green+Blue) = 162+96+81=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A26051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26051 is #5D9FAE. Grayscale: #727272. Windows color (decimal): -6135727 or 5333154. OLE color: 5333154.

HSL color Cylindrical-coordinate representation of color #A26051: hue angle of 11.11º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26051 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1629681-
CMYK00.410.500.36
HSL11.11º33.33%47.65%-
HSV(B)11.11º50%63.53%-
XYZ20.5716.649.91-
YUV114.02109.37162.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=47.79%
G=28.32%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162968100.410.500.3611.1133.3347.65
HexA260510293224b2130
Octal2421401210516244134160
Binary101000101100000101000101010011100101001001011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26051; }

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

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

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

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

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

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

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

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