#A26454

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

Shades of Au Chico #A26454

Tints of Au Chico #A26454

Color information

#A26454 (or 0xA26454) is unknown color: approx Au Chico. HEX triplet: A2, 64 and 54. RGB value is (162,100,84). Sum of RGB (Red+Green+Blue) = 162+100+84=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A26454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26454 is #5D9BAB. Grayscale: #747474. Windows color (decimal): -6134700 or 5530786. OLE color: 5530786.

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

Color convert

RGB16210084-
CMYK00.380.480.36
HSL12.31º31.71%48.24%-
HSV(B)12.31º48.15%63.53%-
XYZ21.0617.4410.64-
YUV116.71109.54160.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=46.82%
G=28.90%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621008400.380.480.3612.3131.7148.24
HexA264540263024c2030
Octal2421441240466044144060
Binary101000101100100101010001001101100001001001100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26454; }

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

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

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

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

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

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

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

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