#A98C7F

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

Shades of Sandrift #A98C7F

Tints of Sandrift #A98C7F

Color information

#A98C7F (or 0xA98C7F) is unknown color: approx Sandrift. HEX triplet: A9, 8C and 7F. RGB value is (169,140,127). Sum of RGB (Red+Green+Blue) = 169+140+127=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C7F is #567380. Grayscale: #939393. Windows color (decimal): -5665665 or 8359081. OLE color: 8359081.

HSL color Cylindrical-coordinate representation of color #A98C7F: hue angle of 18.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A98C7F is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169140127-
CMYK00.170.250.34
HSL18.57º19.63%58.04%-
HSV(B)18.57º24.85%66.27%-
XYZ29.5728.7224.06-
YUV147.19116.61143.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 140 (55.08% from 255) = 32.11%
BLUE value IS 127 (50% from 255) = 29.13%
R=38.76%
G=32.11%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914012700.170.250.3418.5719.6358.04
HexA98C7F011192213143a
Octal2512141770213142232472
Binary10101001100011001111111010001110011000101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C7F; }

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

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

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

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

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

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

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

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