#A26555

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

Shades of Au Chico #A26555

Tints of Au Chico #A26555

Color information

#A26555 (or 0xA26555) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 55. RGB value is (162,101,85). Sum of RGB (Red+Green+Blue) = 162+101+85=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A26555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26555 is #5D9AAA. Grayscale: #757575. Windows color (decimal): -6134443 or 5596578. OLE color: 5596578.

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

Color convert

RGB16210185-
CMYK00.380.480.36
HSL12.47º31.17%48.43%-
HSV(B)12.47º47.53%63.53%-
XYZ21.1917.6410.88-
YUV117.42109.71159.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=46.55%
G=29.02%
B=24.43%

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
Decimal1621018500.380.480.3612.4731.1748.43
HexA265550263024c1f30
Octal2421451250466044143760
Binary10100010110010110101010100110110000100100110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26555; }

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

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

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

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

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

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

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

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