#AC917B

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

Shades of Sandrift #AC917B

Tints of Sandrift #AC917B

Color information

#AC917B (or 0xAC917B) is unknown color: approx Sandrift. HEX triplet: AC, 91 and 7B. RGB value is (172,145,123). Sum of RGB (Red+Green+Blue) = 172+145+123=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC917B is #536E84. Grayscale: #969696. Windows color (decimal): -5467781 or 8098220. OLE color: 8098220.

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

Color convert

RGB172145123-
CMYK00.160.280.33
HSL26.94º22.79%57.84%-
HSV(B)26.94º28.49%67.45%-
XYZ30.7130.4523-
YUV150.56112.45143.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=39.09%
G=32.95%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214512300.160.280.3326.9422.7957.84
HexAC917B0101C211b173a
Octal2542211730203441332772
Binary10101100100100011111011010000111001000011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC917B; }

 p { color: rgb(172,145,123); }

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

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

 a { background-color: rgb(172,145,123); }

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

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

 span { border-color: rgb(172,145,123); }

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