#A26151

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

Shades of Au Chico #A26151

Tints of Au Chico #A26151

Color information

#A26151 (or 0xA26151) is unknown color: approx Au Chico. HEX triplet: A2, 61 and 51. RGB value is (162,97,81). Sum of RGB (Red+Green+Blue) = 162+97+81=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A26151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26151 is #5D9EAE. Grayscale: #727272. Windows color (decimal): -6135471 or 5333410. OLE color: 5333410.

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

Color convert

RGB1629781-
CMYK00.400.500.36
HSL11.85º33.33%47.65%-
HSV(B)11.85º50%63.53%-
XYZ20.6616.829.94-
YUV114.61109.03161.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=47.65%
G=28.53%
B=23.82%

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
Decimal162978100.400.500.3611.8533.3347.65
HexA261510283224c2130
Octal2421411210506244144160
Binary101000101100001101000101010001100101001001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26151; }

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

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

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

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

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

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

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

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