#A98F79

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

Shades of Sandrift #A98F79

Tints of Sandrift #A98F79

Color information

#A98F79 (or 0xA98F79) is unknown color: approx Sandrift. HEX triplet: A9, 8F and 79. RGB value is (169,143,121). Sum of RGB (Red+Green+Blue) = 169+143+121=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98F79 is #567086. Grayscale: #949494. Windows color (decimal): -5664903 or 7966633. OLE color: 7966633.

HSL color Cylindrical-coordinate representation of color #A98F79: hue angle of 27.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98F79 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169143121-
CMYK00.150.280.34
HSL27.5º21.82%56.86%-
HSV(B)27.5º28.4%66.27%-
XYZ29.6429.4622.21-
YUV148.27112.61142.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=39.03%
G=33.03%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914312100.150.280.3427.521.8256.86
HexA98F790F1C221c1639
Octal2512171710173442342671
Binary1010100110001111111100101111111001000101110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F79; }

 p { color: rgb(169,143,121); }

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

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

 a { background-color: rgb(169,143,121); }

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

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

 span { border-color: rgb(169,143,121); }

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