#A28861

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

Shades of Sandal #A28861

Tints of Sandal #A28861

Color information

#A28861 (or 0xA28861) is unknown color: approx Sandal. HEX triplet: A2, 88 and 61. RGB value is (162,136,97). Sum of RGB (Red+Green+Blue) = 162+136+97=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A28861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28861 is #5D779E. Grayscale: #8B8B8B. Windows color (decimal): -6125471 or 6391970. OLE color: 6391970.

HSL color Cylindrical-coordinate representation of color #A28861: hue angle of 36º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28861 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16213697-
CMYK00.160.400.36
HSL36º25.9%50.78%-
HSV(B)36º40.12%63.53%-
XYZ25.8626.1514.99-
YUV139.33104.11144.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=41.01%
G=34.43%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621369700.160.400.363625.950.78
HexA288610102824241a33
Octal2422101410205044443263
Binary1010001010001000110000101000010100010010010010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28861; }

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

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

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

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

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

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

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

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