#AC9386

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

Shades of Sandrift #AC9386

Tints of Sandrift #AC9386

Color information

#AC9386 (or 0xAC9386) is unknown color: approx Sandrift. HEX triplet: AC, 93 and 86. RGB value is (172,147,134). Sum of RGB (Red+Green+Blue) = 172+147+134=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9386 is #536C79. Grayscale: #999999. Windows color (decimal): -5467258 or 8819628. OLE color: 8819628.

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

Color convert

RGB172147134-
CMYK00.150.220.33
HSL20.53º18.63%60%-
HSV(B)20.53º22.09%67.45%-
XYZ31.7531.3626.93-
YUV152.99117.28141.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=37.97%
G=32.45%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214713400.150.220.3320.5318.6360
HexAC93860F162115133c
Octal2542232060172641252374
Binary10101100100100111000011001111101101000011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9386; }

 p { color: rgb(172,147,134); }

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

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

 a { background-color: rgb(172,147,134); }

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

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

 span { border-color: rgb(172,147,134); }

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