#A27F7E

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

Shades of Opium #A27F7E

Tints of Opium #A27F7E

Color information

#A27F7E (or 0xA27F7E) is unknown color: approx Opium. HEX triplet: A2, 7F and 7E. RGB value is (162,127,126). Sum of RGB (Red+Green+Blue) = 162+127+126=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F7E is #5D8081. Grayscale: #898989. Windows color (decimal): -6127746 or 8290210. OLE color: 8290210.

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

Color convert

RGB162127126-
CMYK00.220.220.36
HSL1.67º16.22%56.47%-
HSV(B)1.67º22.22%63.53%-
XYZ26.2624.3723.06-
YUV137.35121.6145.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=39.04%
G=30.60%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212712600.220.220.361.6716.2256.47
HexA27F7E016162421038
Octal242177176026264422070
Binary1010001011111111111110010110101101001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F7E; }

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

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

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

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

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

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

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

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