#A2827E

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

Shades of Opium #A2827E

Tints of Opium #A2827E

Color information

#A2827E (or 0xA2827E) is unknown color: approx Opium. HEX triplet: A2, 82 and 7E. RGB value is (162,130,126). Sum of RGB (Red+Green+Blue) = 162+130+126=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2827E is #5D7D81. Grayscale: #8B8B8B. Windows color (decimal): -6126978 or 8290978. OLE color: 8290978.

HSL color Cylindrical-coordinate representation of color #A2827E: hue angle of 6.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 #A2827E is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162130126-
CMYK00.200.220.36
HSL6.67º16.22%56.47%-
HSV(B)6.67º22.22%63.53%-
XYZ26.6525.1523.19-
YUV139.11120.6144.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=38.76%
G=31.10%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213012600.200.220.366.6716.2256.47
HexA2827E014162471038
Octal242202176024264472070
Binary101000101000001011111100101001011010010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2827E; }

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

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

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

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

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

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

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

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