#AC9375

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

Shades of Sandrift #AC9375

Tints of Sandrift #AC9375

Color information

#AC9375 (or 0xAC9375) is unknown color: approx Sandrift. HEX triplet: AC, 93 and 75. RGB value is (172,147,117). Sum of RGB (Red+Green+Blue) = 172+147+117=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9375 is #536C8A. Grayscale: #979797. Windows color (decimal): -5467275 or 7705516. OLE color: 7705516.

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

Color convert

RGB172147117-
CMYK00.150.320.33
HSL32.73º24.89%56.67%-
HSV(B)32.73º31.98%67.45%-
XYZ30.6630.9221.18-
YUV151.05108.78142.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=39.45%
G=33.72%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214711700.150.320.3332.7324.8956.67
HexAC93750F2021211939
Octal2542231650174041413171
Binary101011001001001111101010111110000010000110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9375; }

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

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

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

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

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

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

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

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