#A98B77

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

Shades of Sandrift #A98B77

Tints of Sandrift #A98B77

Color information

#A98B77 (or 0xA98B77) is unknown color: approx Sandrift. HEX triplet: A9, 8B and 77. RGB value is (169,139,119). Sum of RGB (Red+Green+Blue) = 169+139+119=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B77 is #567488. Grayscale: #919191. Windows color (decimal): -5665929 or 7834537. OLE color: 7834537.

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

Color convert

RGB169139119-
CMYK00.180.300.34
HSL24º22.52%56.47%-
HSV(B)24º29.59%66.27%-
XYZ28.9228.2321.38-
YUV145.69112.94144.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=39.58%
G=32.55%
B=27.87%

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
Decimal16913911900.180.300.342422.5256.47
HexA98B770121E22181738
Octal2512131670223642302770
Binary10101001100010111110111010010111101000101100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B77; }

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

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

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

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

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

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

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

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