#A27F7D

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

Shades of Opium #A27F7D

Tints of Opium #A27F7D

Color information

#A27F7D (or 0xA27F7D) is unknown color: approx Opium. HEX triplet: A2, 7F and 7D. RGB value is (162,127,125). Sum of RGB (Red+Green+Blue) = 162+127+125=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F7D is #5D8082. Grayscale: #898989. Windows color (decimal): -6127747 or 8224674. OLE color: 8224674.

HSL color Cylindrical-coordinate representation of color #A27F7D: hue angle of 3.24º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27F7D is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB162127125-
CMYK00.220.230.36
HSL3.24º16.59%56.27%-
HSV(B)3.24º22.84%63.53%-
XYZ26.1924.3422.72-
YUV137.24121.1145.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=39.13%
G=30.68%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212712500.220.230.363.2416.5956.27
HexA27F7D016172431138
Octal242177175026274432170
Binary1010001011111111111101010110101111001001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F7D; }

 p { color: rgb(162,127,125); }

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

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

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

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

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

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

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