#A26254

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

Shades of Au Chico #A26254

Tints of Au Chico #A26254

Color information

#A26254 (or 0xA26254) is unknown color: approx Au Chico. HEX triplet: A2, 62 and 54. RGB value is (162,98,84). Sum of RGB (Red+Green+Blue) = 162+98+84=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A26254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26254 is #5D9DAB. Grayscale: #737373. Windows color (decimal): -6135212 or 5530274. OLE color: 5530274.

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

Color convert

RGB1629884-
CMYK00.400.480.36
HSL10.77º31.71%48.24%-
HSV(B)10.77º48.15%63.53%-
XYZ20.8717.0610.58-
YUV115.54110.2161.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=47.09%
G=28.49%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162988400.400.480.3610.7731.7148.24
HexA262540283024b2030
Octal2421421240506044134060
Binary101000101100010101010001010001100001001001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26254; }

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

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

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

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

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

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

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

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