#A98A64

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

Shades of Sandal #A98A64

Tints of Sandal #A98A64

Color information

#A98A64 (or 0xA98A64) is unknown color: approx Sandal. HEX triplet: A9, 8A and 64. RGB value is (169,138,100). Sum of RGB (Red+Green+Blue) = 169+138+100=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A64 is #56759B. Grayscale: #8F8F8F. Windows color (decimal): -5666204 or 6589097. OLE color: 6589097.

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

Color convert

RGB169138100-
CMYK00.180.410.34
HSL33.04º28.63%52.75%-
HSV(B)33.04º40.83%66.27%-
XYZ27.7527.5315.91-
YUV142.94103.77146.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=41.52%
G=33.91%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913810000.180.410.3433.0428.6352.75
HexA98A640122922211d35
Octal2512121440225142413565
Binary1010100110001010110010001001010100110001010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A64; }

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

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

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

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

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

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

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

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