#A27F7B

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

Shades of Opium #A27F7B

Tints of Opium #A27F7B

Color information

#A27F7B (or 0xA27F7B) is unknown color: approx Opium. HEX triplet: A2, 7F and 7B. RGB value is (162,127,123). Sum of RGB (Red+Green+Blue) = 162+127+123=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F7B is #5D8084. Grayscale: #898989. Windows color (decimal): -6127749 or 8093602. OLE color: 8093602.

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

Color convert

RGB162127123-
CMYK00.220.240.36
HSL6.15º17.33%55.88%-
HSV(B)6.15º24.07%63.53%-
XYZ26.0624.2922.05-
YUV137.01120.1145.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=39.32%
G=30.83%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212712300.220.240.366.1517.3355.88
HexA27F7B016182461138
Octal242177173026304462170
Binary10100010111111111110110101101100010010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F7B; }

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

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

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

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

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

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

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

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