#AC7F7F

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

Shades of Opium #AC7F7F

Tints of Opium #AC7F7F

Color information

#AC7F7F (or 0xAC7F7F) is unknown color: approx Opium. HEX triplet: AC, 7F and 7F. RGB value is (172,127,127). Sum of RGB (Red+Green+Blue) = 172+127+127=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F7F is #538080. Grayscale: #8C8C8C. Windows color (decimal): -5472385 or 8355756. OLE color: 8355756.

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

Color convert

RGB172127127-
CMYK00.260.260.33
HSL21.33%58.63%-
HSV(B)26.16%67.45%-
XYZ28.4325.4823.5-
YUV140.45120.41150.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 127 (50% from 255) = 29.81%
R=40.38%
G=29.81%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212712700.260.260.33021.3358.63
HexAC7F7F01A1A210153b
Octal254177177032324102573
Binary101011001111111111111101101011010100001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F7F; }

 p { color: rgb(172,127,127); }

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

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

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

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

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

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

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