#A28570

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

Shades of Sandal #A28570

Tints of Sandal #A28570

Color information

#A28570 (or 0xA28570) is unknown color: approx Sandal. HEX triplet: A2, 85 and 70. RGB value is (162,133,112). Sum of RGB (Red+Green+Blue) = 162+133+112=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A28570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28570 is #5D7A8F. Grayscale: #8B8B8B. Windows color (decimal): -6126224 or 7374242. OLE color: 7374242.

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

Color convert

RGB162133112-
CMYK00.180.310.36
HSL25.2º21.19%53.73%-
HSV(B)25.2º30.86%63.53%-
XYZ26.2125.6318.89-
YUV139.28112.61144.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=39.80%
G=32.68%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213311200.180.310.3625.221.1953.73
HexA285700121F24191536
Octal2422051600223744312566
Binary10100010100001011110000010010111111001001100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28570; }

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

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

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

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

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

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

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

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