#A2856E

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

Shades of Sandal #A2856E

Tints of Sandal #A2856E

Color information

#A2856E (or 0xA2856E) is unknown color: approx Sandal. HEX triplet: A2, 85 and 6E. RGB value is (162,133,110). Sum of RGB (Red+Green+Blue) = 162+133+110=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2856E is #5D7A91. Grayscale: #8B8B8B. Windows color (decimal): -6126226 or 7243170. OLE color: 7243170.

HSL color Cylindrical-coordinate representation of color #A2856E: hue angle of 26.54º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2856E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB162133110-
CMYK00.180.320.36
HSL26.54º21.85%53.33%-
HSV(B)26.54º32.1%63.53%-
XYZ26.125.5818.31-
YUV139.05111.61144.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=40%
G=32.84%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213311000.180.320.3626.5421.8553.33
HexA2856E01220241b1635
Octal2422051560224044332665
Binary101000101000010111011100100101000001001001101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2856E; }

 p { color: rgb(162,133,110); }

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

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

 a { background-color: rgb(162,133,110); }

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

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

 span { border-color: rgb(162,133,110); }

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