#A48962

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

Shades of Sandal #A48962

Tints of Sandal #A48962

Color information

#A48962 (or 0xA48962) is unknown color: approx Sandal. HEX triplet: A4, 89 and 62. RGB value is (164,137,98). Sum of RGB (Red+Green+Blue) = 164+137+98=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48962 is #5B769D. Grayscale: #8C8C8C. Windows color (decimal): -5994142 or 6457764. OLE color: 6457764.

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

Color convert

RGB16413798-
CMYK00.160.400.36
HSL35.45º26.61%51.37%-
HSV(B)35.45º40.24%64.31%-
XYZ26.4626.6715.31-
YUV140.63103.95144.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=41.10%
G=34.34%
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
Decimal1641379800.160.400.3635.4526.6151.37
HexA489620102824231b33
Octal2442111420205044433363
Binary1010010010001001110001001000010100010010010001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48962; }

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

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

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

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

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

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

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

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