#A26552

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

Shades of Au Chico #A26552

Tints of Au Chico #A26552

Color information

#A26552 (or 0xA26552) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 52. RGB value is (162,101,82). Sum of RGB (Red+Green+Blue) = 162+101+82=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A26552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26552 is #5D9AAD. Grayscale: #757575. Windows color (decimal): -6134446 or 5399970. OLE color: 5399970.

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

Color convert

RGB16210182-
CMYK00.380.490.36
HSL14.25º32.79%47.84%-
HSV(B)14.25º49.38%63.53%-
XYZ21.0817.610.27-
YUV117.07108.21160.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=46.96%
G=29.28%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621018200.380.490.3614.2532.7947.84
HexA265520263124e2130
Octal2421451220466144164160
Binary101000101100101101001001001101100011001001110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26552; }

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

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

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

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

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

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

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

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