#AC9785

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

Shades of Sandrift #AC9785

Tints of Sandrift #AC9785

Color information

#AC9785 (or 0xAC9785) is unknown color: approx Sandrift. HEX triplet: AC, 97 and 85. RGB value is (172,151,133). Sum of RGB (Red+Green+Blue) = 172+151+133=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9785 is #53687A. Grayscale: #9B9B9B. Windows color (decimal): -5466235 or 8755116. OLE color: 8755116.

HSL color Cylindrical-coordinate representation of color #AC9785: hue angle of 27.69º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9785 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172151133-
CMYK00.120.230.33
HSL27.69º19.02%59.8%-
HSV(B)27.69º22.67%67.45%-
XYZ32.3132.626.78-
YUV155.23115.46139.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=37.72%
G=33.11%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215113300.120.230.3327.6919.0259.8
HexAC97850C17211c133c
Octal2542272050142741342374
Binary10101100100101111000010101100101111000011110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9785; }

 p { color: rgb(172,151,133); }

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

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

 a { background-color: rgb(172,151,133); }

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

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

 span { border-color: rgb(172,151,133); }

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