#A98C66

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

Shades of Sandal #A98C66

Tints of Sandal #A98C66

Color information

#A98C66 (or 0xA98C66) is unknown color: approx Sandal. HEX triplet: A9, 8C and 66. RGB value is (169,140,102). Sum of RGB (Red+Green+Blue) = 169+140+102=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C66 is #567399. Grayscale: #909090. Windows color (decimal): -5665690 or 6720681. OLE color: 6720681.

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

Color convert

RGB169140102-
CMYK00.170.400.34
HSL34.03º28.03%53.14%-
HSV(B)34.03º39.64%66.27%-
XYZ28.1428.1516.52-
YUV144.34104.11145.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=41.12%
G=34.06%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914010200.170.400.3434.0328.0353.14
HexA98C660112822221c35
Octal2512141460215042423465
Binary1010100110001100110011001000110100010001010001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C66; }

 p { color: rgb(169,140,102); }

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

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

 a { background-color: rgb(169,140,102); }

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

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

 span { border-color: rgb(169,140,102); }

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