#A9907D

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

Shades of Sandrift #A9907D

Tints of Sandrift #A9907D

Color information

#A9907D (or 0xA9907D) is unknown color: approx Sandrift. HEX triplet: A9, 90 and 7D. RGB value is (169,144,125). Sum of RGB (Red+Green+Blue) = 169+144+125=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A9907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9907D is #566F82. Grayscale: #959595. Windows color (decimal): -5664643 or 8229033. OLE color: 8229033.

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

Color convert

RGB169144125-
CMYK00.150.260.34
HSL25.91º20.37%57.65%-
HSV(B)25.91º26.04%66.27%-
XYZ30.0429.8623.58-
YUV149.31114.28142.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=38.58%
G=32.88%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914412500.150.260.3425.9120.3757.65
HexA9907D0F1A221a143a
Octal2512201750173242322472
Binary1010100110010000111110101111110101000101101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9907D; }

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

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

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

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

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

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

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

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