#A98D79

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

Shades of Sandrift #A98D79

Tints of Sandrift #A98D79

Color information

#A98D79 (or 0xA98D79) is unknown color: approx Sandrift. HEX triplet: A9, 8D and 79. RGB value is (169,141,121). Sum of RGB (Red+Green+Blue) = 169+141+121=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D79 is #567286. Grayscale: #939393. Windows color (decimal): -5665415 or 7966121. OLE color: 7966121.

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

Color convert

RGB169141121-
CMYK00.170.280.34
HSL25º21.82%56.86%-
HSV(B)25º28.4%66.27%-
XYZ29.3428.8722.11-
YUV147.09113.28143.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=39.21%
G=32.71%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914112100.170.280.342521.8256.86
HexA98D790111C22191639
Octal2512151710213442312671
Binary10101001100011011111001010001111001000101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D79; }

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

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

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

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

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

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

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

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