#A48462

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

Shades of Sandal #A48462

Tints of Sandal #A48462

Color information

#A48462 (or 0xA48462) is unknown color: approx Sandal. HEX triplet: A4, 84 and 62. RGB value is (164,132,98). Sum of RGB (Red+Green+Blue) = 164+132+98=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A48462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48462 is #5B7B9D. Grayscale: #898989. Windows color (decimal): -5995422 or 6456484. OLE color: 6456484.

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

Color convert

RGB16413298-
CMYK00.200.400.36
HSL30.91º26.61%51.37%-
HSV(B)30.91º40.24%64.31%-
XYZ25.7725.2815.08-
YUV137.69105.6146.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=41.62%
G=33.50%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641329800.200.400.3630.9126.6151.37
HexA4846201428241f1b33
Octal2442041420245044373363
Binary101001001000010011000100101001010001001001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48462; }

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

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

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

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

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

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

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

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