#AC9275

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

Shades of Sandrift #AC9275

Tints of Sandrift #AC9275

Color information

#AC9275 (or 0xAC9275) is unknown color: approx Sandrift. HEX triplet: AC, 92 and 75. RGB value is (172,146,117). Sum of RGB (Red+Green+Blue) = 172+146+117=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9275 is #536D8A. Grayscale: #969696. Windows color (decimal): -5467531 or 7705260. OLE color: 7705260.

HSL color Cylindrical-coordinate representation of color #AC9275: hue angle of 31.64º 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 #AC9275 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB172146117-
CMYK00.150.320.33
HSL31.64º24.89%56.67%-
HSV(B)31.64º31.98%67.45%-
XYZ30.530.6121.13-
YUV150.47109.11143.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=39.54%
G=33.56%
B=26.90%

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
Decimal17214611700.150.320.3331.6424.8956.67
HexAC92750F2021201939
Octal2542221650174041403171
Binary101011001001001011101010111110000010000110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9275; }

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

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

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

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

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

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

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

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