#A98B65

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

Shades of Sandal #A98B65

Tints of Sandal #A98B65

Color information

#A98B65 (or 0xA98B65) is unknown color: approx Sandal. HEX triplet: A9, 8B and 65. RGB value is (169,139,101). Sum of RGB (Red+Green+Blue) = 169+139+101=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B65 is #56749A. Grayscale: #8F8F8F. Windows color (decimal): -5665947 or 6654889. OLE color: 6654889.

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

Color convert

RGB169139101-
CMYK00.180.400.34
HSL33.53º28.33%52.94%-
HSV(B)33.53º40.24%66.27%-
XYZ27.9427.8416.21-
YUV143.64103.94146.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=41.32%
G=33.99%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913910100.180.400.3433.5328.3352.94
HexA98B650122822221c35
Octal2512131450225042423465
Binary1010100110001011110010101001010100010001010001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B65; }

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

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

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

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

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

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

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

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