#A2885F

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

Shades of Sandal #A2885F

Tints of Sandal #A2885F

Color information

#A2885F (or 0xA2885F) is unknown color: approx Sandal. HEX triplet: A2, 88 and 5F. RGB value is (162,136,95). Sum of RGB (Red+Green+Blue) = 162+136+95=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A2885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2885F is #5D77A0. Grayscale: #8B8B8B. Windows color (decimal): -6125473 or 6260898. OLE color: 6260898.

HSL color Cylindrical-coordinate representation of color #A2885F: hue angle of 36.72º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2885F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16213695-
CMYK00.160.410.36
HSL36.72º26.48%50.39%-
HSV(B)36.72º41.36%63.53%-
XYZ25.7726.1214.51-
YUV139.1103.11144.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=41.22%
G=34.61%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621369500.160.410.3636.7226.4850.39
HexA2885F0102924251a32
Octal2422101370205144453262
Binary1010001010001000101111101000010100110010010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2885F; }

 p { color: rgb(162,136,95); }

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

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

 a { background-color: rgb(162,136,95); }

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

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

 span { border-color: rgb(162,136,95); }

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