#AC8974

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

Shades of Sandrift #AC8974

Tints of Sandrift #AC8974

Color information

#AC8974 (or 0xAC8974) is unknown color: approx Sandrift. HEX triplet: AC, 89 and 74. RGB value is (172,137,116). Sum of RGB (Red+Green+Blue) = 172+137+116=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8974 is #53768B. Grayscale: #919191. Windows color (decimal): -5469836 or 7637420. OLE color: 7637420.

HSL color Cylindrical-coordinate representation of color #AC8974: hue angle of 22.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8974 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB172137116-
CMYK00.200.330.33
HSL22.5º25.23%56.47%-
HSV(B)22.5º32.56%67.45%-
XYZ29.1127.9220.38-
YUV145.07111.6147.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=40.47%
G=32.24%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213711600.200.330.3322.525.2356.47
HexAC89740142121171938
Octal2542111640244141273170
Binary101011001000100111101000101001000011000011011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8974; }

 p { color: rgb(172,137,116); }

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

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

 a { background-color: rgb(172,137,116); }

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

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

 span { border-color: rgb(172,137,116); }

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