#A26054

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

Shades of Au Chico #A26054

Tints of Au Chico #A26054

Color information

#A26054 (or 0xA26054) is unknown color: approx Au Chico. HEX triplet: A2, 60 and 54. RGB value is (162,96,84). Sum of RGB (Red+Green+Blue) = 162+96+84=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A26054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26054 is #5D9FAB. Grayscale: #727272. Windows color (decimal): -6135724 or 5529762. OLE color: 5529762.

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

Color convert

RGB1629684-
CMYK00.410.480.36
HSL9.23º31.71%48.24%-
HSV(B)9.23º48.15%63.53%-
XYZ20.6816.6910.52-
YUV114.37110.87161.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=47.37%
G=28.07%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162968400.410.480.369.2331.7148.24
HexA26054029302492030
Octal2421401240516044114060
Binary101000101100000101010001010011100001001001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26054; }

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

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

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

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

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

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

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

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