#A4807E

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

Shades of Opium #A4807E

Tints of Opium #A4807E

Color information

#A4807E (or 0xA4807E) is unknown color: approx Opium. HEX triplet: A4, 80 and 7E. RGB value is (164,128,126). Sum of RGB (Red+Green+Blue) = 164+128+126=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4807E is #5B7F81. Grayscale: #8A8A8A. Windows color (decimal): -5996418 or 8290468. OLE color: 8290468.

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

Color convert

RGB164128126-
CMYK00.220.230.36
HSL3.16º17.27%56.86%-
HSV(B)3.16º23.17%64.31%-
XYZ26.7924.8423.12-
YUV138.54120.93146.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=39.23%
G=30.62%
B=30.14%

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
Decimal16412812600.220.230.363.1617.2756.86
HexA4807E016172431139
Octal244200176026274432171
Binary10100100100000001111110010110101111001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4807E; }

 p { color: rgb(164,128,126); }

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

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

 a { background-color: rgb(164,128,126); }

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

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

 span { border-color: rgb(164,128,126); }

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