#AC8F84

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

Shades of Sandrift #AC8F84

Tints of Sandrift #AC8F84

Color information

#AC8F84 (or 0xAC8F84) is unknown color: approx Sandrift. HEX triplet: AC, 8F and 84. RGB value is (172,143,132). Sum of RGB (Red+Green+Blue) = 172+143+132=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F84 is #53707B. Grayscale: #969696. Windows color (decimal): -5468284 or 8687532. OLE color: 8687532.

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

Color convert

RGB172143132-
CMYK00.170.230.33
HSL16.5º19.42%59.61%-
HSV(B)16.5º23.26%67.45%-
XYZ3130.0826-
YUV150.42117.61143.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=38.48%
G=31.99%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214313200.170.230.3316.519.4259.61
HexAC8F84011172111133c
Octal2542172040212741212374
Binary101011001000111110000100010001101111000011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F84; }

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

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

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

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

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

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

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

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