#A98D77

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

Shades of Sandrift #A98D77

Tints of Sandrift #A98D77

Color information

#A98D77 (or 0xA98D77) is unknown color: approx Sandrift. HEX triplet: A9, 8D and 77. RGB value is (169,141,119). Sum of RGB (Red+Green+Blue) = 169+141+119=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D77 is #567288. Grayscale: #929292. Windows color (decimal): -5665417 or 7835049. OLE color: 7835049.

HSL color Cylindrical-coordinate representation of color #A98D77: hue angle of 26.4º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98D77 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169141119-
CMYK00.170.300.34
HSL26.4º22.52%56.47%-
HSV(B)26.4º29.59%66.27%-
XYZ29.2228.8221.48-
YUV146.86112.28143.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=39.39%
G=32.87%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914111900.170.300.3426.422.5256.47
HexA98D770111E221a1738
Octal2512151670213642322770
Binary10101001100011011110111010001111101000101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D77; }

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

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

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

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

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

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

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

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