#AC9682

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

Shades of Sandrift #AC9682

Tints of Sandrift #AC9682

Color information

#AC9682 (or 0xAC9682) is unknown color: approx Sandrift. HEX triplet: AC, 96 and 82. RGB value is (172,150,130). Sum of RGB (Red+Green+Blue) = 172+150+130=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9682 is #53697D. Grayscale: #9A9A9A. Windows color (decimal): -5466494 or 8558252. OLE color: 8558252.

HSL color Cylindrical-coordinate representation of color #AC9682: hue angle of 28.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9682 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB172150130-
CMYK00.130.240.33
HSL28.57º20.19%59.22%-
HSV(B)28.57º24.42%67.45%-
XYZ31.9532.225.65-
YUV154.3114.29140.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=38.05%
G=33.19%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215013000.130.240.3328.5720.1959.22
HexAC96820D18211d143b
Octal2542262020153041352473
Binary10101100100101101000001001101110001000011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9682; }

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

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

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

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

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

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

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

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