#AC9684

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

Shades of Sandrift #AC9684

Tints of Sandrift #AC9684

Color information

#AC9684 (or 0xAC9684) is unknown color: approx Sandrift. HEX triplet: AC, 96 and 84. RGB value is (172,150,132). Sum of RGB (Red+Green+Blue) = 172+150+132=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9684 is #53697B. Grayscale: #9A9A9A. Windows color (decimal): -5466492 or 8689324. OLE color: 8689324.

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

Color convert

RGB172150132-
CMYK00.130.230.33
HSL27º19.42%59.61%-
HSV(B)27º23.26%67.45%-
XYZ32.0832.2526.36-
YUV154.53115.29140.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 132 (51.95% from 255) = 29.07%
R=37.89%
G=33.04%
B=29.07%

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
Decimal17215013200.130.230.332719.4259.61
HexAC96840D17211b133c
Octal2542262040152741332374
Binary10101100100101101000010001101101111000011101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9684; }

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

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

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

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

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

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

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

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