#a9937f

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

Shades of Sandrift #A9937F

Tints of Sandrift #A9937F

Color information

#A9937F (or 0xA9937F) is unknown color: approx Sandrift. HEX triplet: A9, 93 and 7F. RGB value is (169,147,127). Sum of RGB (Red+Green+Blue) = 169+147+127=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A9937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9937F is #566C80. Grayscale: #979797. Windows color (decimal): -5663873 or 8360873. OLE color: 8360873.

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

Color convert

RGB169147127-
CMYK00.130.250.34
HSL28.57º19.63%58.04%-
HSV(B)28.57º24.85%66.27%-
XYZ30.6330.8324.42-
YUV151.3114.29140.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 127 (50% from 255) = 28.67%
R=38.15%
G=33.18%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914712700.130.250.3428.5719.6358.04
HexA9937F0D19221d143a
Octal2512231770153142352472
Binary1010100110010011111111101101110011000101110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9937f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9937f; }

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

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

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

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

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

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

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

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