#AC8F7B

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

Shades of Sandrift #AC8F7B

Tints of Sandrift #AC8F7B

Color information

#AC8F7B (or 0xAC8F7B) is unknown color: approx Sandrift. HEX triplet: AC, 8F and 7B. RGB value is (172,143,123). Sum of RGB (Red+Green+Blue) = 172+143+123=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F7B is #537084. Grayscale: #959595. Windows color (decimal): -5468293 or 8097708. OLE color: 8097708.

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

Color convert

RGB172143123-
CMYK00.170.280.33
HSL24.49º22.79%57.84%-
HSV(B)24.49º28.49%67.45%-
XYZ30.4129.8522.9-
YUV149.39113.11144.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 143 (56.25% from 255) = 32.65%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=39.27%
G=32.65%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214312300.170.280.3324.4922.7957.84
HexAC8F7B0111C2118173a
Octal2542171730213441302772
Binary10101100100011111111011010001111001000011100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F7B; }

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

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

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

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

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

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

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

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