#AC937F

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

Shades of Sandrift #AC937F

Tints of Sandrift #AC937F

Color information

#AC937F (or 0xAC937F) is unknown color: approx Sandrift. HEX triplet: AC, 93 and 7F. RGB value is (172,147,127). Sum of RGB (Red+Green+Blue) = 172+147+127=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC937F is #536C80. Grayscale: #989898. Windows color (decimal): -5467265 or 8360876. OLE color: 8360876.

HSL color Cylindrical-coordinate representation of color #AC937F: hue angle of 26.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC937F is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172147127-
CMYK00.150.260.33
HSL26.67º21.33%58.63%-
HSV(B)26.67º26.16%67.45%-
XYZ31.2831.1724.45-
YUV152.2113.78142.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 127 (50% from 255) = 28.48%
R=38.57%
G=32.96%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214712700.150.260.3326.6721.3358.63
HexAC937F0F1A211b153b
Octal2542231770173241332573
Binary1010110010010011111111101111110101000011101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC937F; }

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

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

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

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

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

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

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

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