#AC8874

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

Shades of Sandrift #AC8874

Tints of Sandrift #AC8874

Color information

#AC8874 (or 0xAC8874) is unknown color: approx Sandrift. HEX triplet: AC, 88 and 74. RGB value is (172,136,116). Sum of RGB (Red+Green+Blue) = 172+136+116=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8874 is #53778B. Grayscale: #909090. Windows color (decimal): -5470092 or 7637164. OLE color: 7637164.

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

Color convert

RGB172136116-
CMYK00.210.330.33
HSL21.43º25.23%56.47%-
HSV(B)21.43º32.56%67.45%-
XYZ28.9727.6420.33-
YUV144.48111.93147.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=40.57%
G=32.08%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213611600.210.330.3321.4325.2356.47
HexAC88740152121151938
Octal2542101640254141253170
Binary101011001000100011101000101011000011000011010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8874; }

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

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

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

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

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

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

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

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