#A98A62

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

Shades of Sandal #A98A62

Tints of Sandal #A98A62

Color information

#A98A62 (or 0xA98A62) is unknown color: approx Sandal. HEX triplet: A9, 8A and 62. RGB value is (169,138,98). Sum of RGB (Red+Green+Blue) = 169+138+98=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A62 is #56759D. Grayscale: #8E8E8E. Windows color (decimal): -5666206 or 6458025. OLE color: 6458025.

HSL color Cylindrical-coordinate representation of color #A98A62: hue angle of 33.8º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A98A62 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16913898-
CMYK00.180.420.34
HSL33.8º29.22%52.35%-
HSV(B)33.8º42.01%66.27%-
XYZ27.6627.4915.4-
YUV142.71102.77146.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 98 (38.67% from 255) = 24.20%
R=41.73%
G=34.07%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691389800.180.420.3433.829.2252.35
HexA98A620122A22221d34
Octal2512121420225242423564
Binary1010100110001010110001001001010101010001010001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A62; }

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

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

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

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

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

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

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

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