#A28865

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

Shades of Sandal #A28865

Tints of Sandal #A28865

Color information

#A28865 (or 0xA28865) is unknown color: approx Sandal. HEX triplet: A2, 88 and 65. RGB value is (162,136,101). Sum of RGB (Red+Green+Blue) = 162+136+101=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A28865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28865 is #5D779A. Grayscale: #8B8B8B. Windows color (decimal): -6125467 or 6654114. OLE color: 6654114.

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

Color convert

RGB162136101-
CMYK00.160.380.36
HSL34.43º24.7%51.57%-
HSV(B)34.43º37.65%63.53%-
XYZ26.0526.2316-
YUV139.78106.11143.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=40.60%
G=34.09%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213610100.160.380.3634.4324.751.57
HexA288650102624221934
Octal2422101450204644423164
Binary1010001010001000110010101000010011010010010001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28865; }

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

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

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

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

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

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

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

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