#A98A61

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

Shades of Sandal #A98A61

Tints of Sandal #A98A61

Color information

#A98A61 (or 0xA98A61) is unknown color: approx Sandal. HEX triplet: A9, 8A and 61. RGB value is (169,138,97). Sum of RGB (Red+Green+Blue) = 169+138+97=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A61 is #56759E. Grayscale: #8E8E8E. Windows color (decimal): -5666207 or 6392489. OLE color: 6392489.

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

Color convert

RGB16913897-
CMYK00.180.430.34
HSL34.17º29.51%52.16%-
HSV(B)34.17º42.6%66.27%-
XYZ27.6127.4815.16-
YUV142.6102.27146.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=41.83%
G=34.16%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691389700.180.430.3434.1729.5152.16
HexA98A610122B22221e34
Octal2512121410225342423664
Binary1010100110001010110000101001010101110001010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A61; }

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

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

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

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

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

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

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

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