#A98B61

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

Shades of Sandal #A98B61

Tints of Sandal #A98B61

Color information

#A98B61 (or 0xA98B61) is unknown color: approx Sandal. HEX triplet: A9, 8B and 61. RGB value is (169,139,97). Sum of RGB (Red+Green+Blue) = 169+139+97=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B61 is #56749E. Grayscale: #8F8F8F. Windows color (decimal): -5665951 or 6392745. OLE color: 6392745.

HSL color Cylindrical-coordinate representation of color #A98B61: hue angle of 35º 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 #A98B61 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16913997-
CMYK00.180.430.34
HSL35º29.51%52.16%-
HSV(B)35º42.6%66.27%-
XYZ27.7527.7615.21-
YUV143.18101.94146.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=41.73%
G=34.32%
B=23.95%

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
Decimal1691399700.180.430.343529.5152.16
HexA98B610122B22231e34
Octal2512131410225342433664
Binary1010100110001011110000101001010101110001010001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B61; }

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

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

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

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

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

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

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

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