#A28565

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

Shades of Sandal #A28565

Tints of Sandal #A28565

Color information

#A28565 (or 0xA28565) is unknown color: approx Sandal. HEX triplet: A2, 85 and 65. RGB value is (162,133,101). Sum of RGB (Red+Green+Blue) = 162+133+101=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28565 is #5D7A9A. Grayscale: #8A8A8A. Windows color (decimal): -6126235 or 6653346. OLE color: 6653346.

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

Color convert

RGB162133101-
CMYK00.180.380.36
HSL31.48º24.7%51.57%-
HSV(B)31.48º37.65%63.53%-
XYZ25.6425.415.86-
YUV138.02107.11145.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=40.91%
G=33.59%
B=25.51%

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
Decimal16213310100.180.380.3631.4824.751.57
HexA2856501226241f1934
Octal2422051450224644373164
Binary101000101000010111001010100101001101001001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28565; }

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

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

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

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

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

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

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

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