#AC7E7E

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

Shades of Opium #AC7E7E

Tints of Opium #AC7E7E

Color information

#AC7E7E (or 0xAC7E7E) is unknown color: approx Opium. HEX triplet: AC, 7E and 7E. RGB value is (172,126,126). Sum of RGB (Red+Green+Blue) = 172+126+126=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E7E is #538181. Grayscale: #8B8B8B. Windows color (decimal): -5472642 or 8289964. OLE color: 8289964.

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

Color convert

RGB172126126-
CMYK00.270.270.33
HSL21.7%58.43%-
HSV(B)26.74%67.45%-
XYZ28.2425.223.11-
YUV139.75120.24151-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=40.57%
G=29.72%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212612600.270.270.33021.758.43
HexAC7E7E01B1B210163a
Octal254176176033334102672
Binary101011001111110111111001101111011100001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E7E; }

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

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

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

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

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

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

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

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