#A48862

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

Shades of Sandal #A48862

Tints of Sandal #A48862

Color information

#A48862 (or 0xA48862) is unknown color: approx Sandal. HEX triplet: A4, 88 and 62. RGB value is (164,136,98). Sum of RGB (Red+Green+Blue) = 164+136+98=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A48862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48862 is #5B779D. Grayscale: #8C8C8C. Windows color (decimal): -5994398 or 6457508. OLE color: 6457508.

HSL color Cylindrical-coordinate representation of color #A48862: hue angle of 34.55º degrees, saturation: 0.27, 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 #A48862 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16413698-
CMYK00.170.400.36
HSL34.55º26.61%51.37%-
HSV(B)34.55º40.24%64.31%-
XYZ26.3226.3815.26-
YUV140.04104.28145.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=41.21%
G=34.17%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641369800.170.400.3634.5526.6151.37
HexA488620112824231b33
Octal2442101420215044433363
Binary1010010010001000110001001000110100010010010001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48862; }

 p { color: rgb(164,136,98); }

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

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

 a { background-color: rgb(164,136,98); }

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

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

 span { border-color: rgb(164,136,98); }

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