#A48A62

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

Shades of Sandal #A48A62

Tints of Sandal #A48A62

Color information

#A48A62 (or 0xA48A62) is unknown color: approx Sandal. HEX triplet: A4, 8A and 62. RGB value is (164,138,98). Sum of RGB (Red+Green+Blue) = 164+138+98=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A62 is #5B759D. Grayscale: #8D8D8D. Windows color (decimal): -5993886 or 6458020. OLE color: 6458020.

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

Color convert

RGB16413898-
CMYK00.160.400.36
HSL36.36º26.61%51.37%-
HSV(B)36.36º40.24%64.31%-
XYZ26.626.9515.36-
YUV141.21103.61144.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=41%
G=34.5%
B=24.5%

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
Decimal1641389800.160.400.3636.3626.6151.37
HexA48A620102824241b33
Octal2442121420205044443363
Binary1010010010001010110001001000010100010010010010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A62; }

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

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

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

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

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

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

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

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