#A26251

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

Shades of Au Chico #A26251

Tints of Au Chico #A26251

Color information

#A26251 (or 0xA26251) is unknown color: approx Au Chico. HEX triplet: A2, 62 and 51. RGB value is (162,98,81). Sum of RGB (Red+Green+Blue) = 162+98+81=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A26251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26251 is #5D9DAE. Grayscale: #737373. Windows color (decimal): -6135215 or 5333666. OLE color: 5333666.

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

Color convert

RGB1629881-
CMYK00.400.500.36
HSL12.59º33.33%47.65%-
HSV(B)12.59º50%63.53%-
XYZ20.7517.019.97-
YUV115.2108.7161.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=47.51%
G=28.74%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162988100.400.500.3612.5933.3347.65
HexA262510283224d2130
Octal2421421210506244154160
Binary101000101100010101000101010001100101001001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26251; }

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

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

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

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

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

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

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

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