#AC937D

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

Shades of Sandrift #AC937D

Tints of Sandrift #AC937D

Color information

#AC937D (or 0xAC937D) is unknown color: approx Sandrift. HEX triplet: AC, 93 and 7D. RGB value is (172,147,125). Sum of RGB (Red+Green+Blue) = 172+147+125=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC937D is #536C82. Grayscale: #989898. Windows color (decimal): -5467267 or 8229804. OLE color: 8229804.

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

Color convert

RGB172147125-
CMYK00.150.270.33
HSL28.09º22.07%58.24%-
HSV(B)28.09º27.33%67.45%-
XYZ31.1531.1223.77-
YUV151.97112.78142.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=38.74%
G=33.11%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214712500.150.270.3328.0922.0758.24
HexAC937D0F1B211c163a
Octal2542231750173341342672
Binary1010110010010011111110101111110111000011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC937D; }

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

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

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

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

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

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

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

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