#A26055

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

Shades of Au Chico #A26055

Tints of Au Chico #A26055

Color information

#A26055 (or 0xA26055) is unknown color: approx Au Chico. HEX triplet: A2, 60 and 55. RGB value is (162,96,85). Sum of RGB (Red+Green+Blue) = 162+96+85=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A26055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26055 is #5D9FAA. Grayscale: #727272. Windows color (decimal): -6135723 or 5595298. OLE color: 5595298.

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

Color convert

RGB1629685-
CMYK00.410.480.36
HSL8.57º31.17%48.43%-
HSV(B)8.57º47.53%63.53%-
XYZ20.7216.710.73-
YUV114.48111.37161.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=47.23%
G=27.99%
B=24.78%

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
Decimal162968500.410.480.368.5731.1748.43
HexA26055029302491f30
Octal2421401250516044113760
Binary10100010110000010101010101001110000100100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26055; }

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

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

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

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

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

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

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

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