#A27F7A

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

Shades of Opium #A27F7A

Tints of Opium #A27F7A

Color information

#A27F7A (or 0xA27F7A) is unknown color: approx Opium. HEX triplet: A2, 7F and 7A. RGB value is (162,127,122). Sum of RGB (Red+Green+Blue) = 162+127+122=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F7A is #5D8085. Grayscale: #888888. Windows color (decimal): -6127750 or 8028066. OLE color: 8028066.

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

Color convert

RGB162127122-
CMYK00.220.250.36
HSL7.5º17.7%55.69%-
HSV(B)7.5º24.69%63.53%-
XYZ2624.2721.73-
YUV136.89119.6145.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=39.42%
G=30.90%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212712200.220.250.367.517.755.69
HexA27F7A016192471238
Octal242177172026314472270
Binary10100010111111111110100101101100110010011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F7A; }

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

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

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

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

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

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

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

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