#A98A77

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

Shades of Sandrift #A98A77

Tints of Sandrift #A98A77

Color information

#A98A77 (or 0xA98A77) is unknown color: approx Sandrift. HEX triplet: A9, 8A and 77. RGB value is (169,138,119). Sum of RGB (Red+Green+Blue) = 169+138+119=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A77 is #567588. Grayscale: #919191. Windows color (decimal): -5666185 or 7834281. OLE color: 7834281.

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

Color convert

RGB169138119-
CMYK00.180.300.34
HSL22.8º22.52%56.47%-
HSV(B)22.8º29.59%66.27%-
XYZ28.7827.9421.33-
YUV145.1113.27145.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=39.67%
G=32.39%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913811900.180.300.3422.822.5256.47
HexA98A770121E22171738
Octal2512121670223642272770
Binary10101001100010101110111010010111101000101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A77; }

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

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

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

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

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

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

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

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