#A28470

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

Shades of Sandal #A28470

Tints of Sandal #A28470

Color information

#A28470 (or 0xA28470) is unknown color: approx Sandal. HEX triplet: A2, 84 and 70. RGB value is (162,132,112). Sum of RGB (Red+Green+Blue) = 162+132+112=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A28470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28470 is #5D7B8F. Grayscale: #8A8A8A. Windows color (decimal): -6126480 or 7373986. OLE color: 7373986.

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

Color convert

RGB162132112-
CMYK00.190.310.36
HSL24º21.19%53.73%-
HSV(B)24º30.86%63.53%-
XYZ26.0825.3518.85-
YUV138.69112.94144.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=39.90%
G=32.51%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213211200.190.310.362421.1953.73
HexA284700131F24181536
Octal2422041600233744302566
Binary10100010100001001110000010011111111001001100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28470; }

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

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

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

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

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

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

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

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