#A28564

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

Shades of Sandal #A28564

Tints of Sandal #A28564

Color information

#A28564 (or 0xA28564) is unknown color: approx Sandal. HEX triplet: A2, 85 and 64. RGB value is (162,133,100). Sum of RGB (Red+Green+Blue) = 162+133+100=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A28564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28564 is #5D7A9B. Grayscale: #8A8A8A. Windows color (decimal): -6126236 or 6587810. OLE color: 6587810.

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

Color convert

RGB162133100-
CMYK00.180.380.36
HSL31.94º25%51.37%-
HSV(B)31.94º38.27%63.53%-
XYZ25.5925.3815.61-
YUV137.91106.61145.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=41.01%
G=33.67%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213310000.180.380.3631.942551.37
HexA285640122624201933
Octal2422051440224644403163
Binary1010001010000101110010001001010011010010010000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28564; }

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

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

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

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

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

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

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

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