#AC9685

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

Shades of Sandrift #AC9685

Tints of Sandrift #AC9685

Color information

#AC9685 (or 0xAC9685) is unknown color: approx Sandrift. HEX triplet: AC, 96 and 85. RGB value is (172,150,133). Sum of RGB (Red+Green+Blue) = 172+150+133=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9685 is #53697A. Grayscale: #9A9A9A. Windows color (decimal): -5466491 or 8754860. OLE color: 8754860.

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

Color convert

RGB172150133-
CMYK00.130.230.33
HSL26.15º19.02%59.8%-
HSV(B)26.15º22.67%67.45%-
XYZ32.1532.2826.73-
YUV154.64115.79140.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=37.80%
G=32.97%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215013300.130.230.3326.1519.0259.8
HexAC96850D17211a133c
Octal2542262050152741322374
Binary10101100100101101000010101101101111000011101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9685; }

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

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

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

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

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

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

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

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