#A9907F

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

Shades of Sandrift #A9907F

Tints of Sandrift #A9907F

Color information

#A9907F (or 0xA9907F) is unknown color: approx Sandrift. HEX triplet: A9, 90 and 7F. RGB value is (169,144,127). Sum of RGB (Red+Green+Blue) = 169+144+127=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A9907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9907F is #566F80. Grayscale: #959595. Windows color (decimal): -5664641 or 8360105. OLE color: 8360105.

HSL color Cylindrical-coordinate representation of color #A9907F: hue angle of 24.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9907F is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169144127-
CMYK00.150.250.34
HSL24.29º19.63%58.04%-
HSV(B)24.29º24.85%66.27%-
XYZ30.1729.9124.26-
YUV149.54115.28141.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 127 (50% from 255) = 28.86%
R=38.41%
G=32.73%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914412700.150.250.3424.2919.6358.04
HexA9907F0F192218143a
Octal2512201770173142302472
Binary1010100110010000111111101111110011000101100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9907F; }

 p { color: rgb(169,144,127); }

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

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

 a { background-color: rgb(169,144,127); }

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

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

 span { border-color: rgb(169,144,127); }

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