#A9917B

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

Shades of Sandrift #A9917B

Tints of Sandrift #A9917B

Color information

#A9917B (or 0xA9917B) is unknown color: approx Sandrift. HEX triplet: A9, 91 and 7B. RGB value is (169,145,123). Sum of RGB (Red+Green+Blue) = 169+145+123=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A9917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9917B is #566E84. Grayscale: #959595. Windows color (decimal): -5664389 or 8098217. OLE color: 8098217.

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

Color convert

RGB169145123-
CMYK00.140.270.34
HSL28.7º21.1%57.25%-
HSV(B)28.7º27.22%66.27%-
XYZ30.0630.1222.97-
YUV149.67112.95141.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=38.67%
G=33.18%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914512300.140.270.3428.721.157.25
HexA9917B0E1B221d1539
Octal2512211730163342352571
Binary1010100110010001111101101110110111000101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9917B; }

 p { color: rgb(169,145,123); }

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

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

 a { background-color: rgb(169,145,123); }

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

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

 span { border-color: rgb(169,145,123); }

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