#A4827E

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

Shades of Opium #A4827E

Tints of Opium #A4827E

Color information

#A4827E (or 0xA4827E) is unknown color: approx Opium. HEX triplet: A4, 82 and 7E. RGB value is (164,130,126). Sum of RGB (Red+Green+Blue) = 164+130+126=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4827E is #5B7D81. Grayscale: #8B8B8B. Windows color (decimal): -5995906 or 8290980. OLE color: 8290980.

HSL color Cylindrical-coordinate representation of color #A4827E: hue angle of 6.32º 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 #A4827E is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164130126-
CMYK00.210.230.36
HSL6.32º17.27%56.86%-
HSV(B)6.32º23.17%64.31%-
XYZ27.0625.3623.21-
YUV139.71120.26145.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 126 (49.61% from 255) = 30%
R=39.05%
G=30.95%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413012600.210.230.366.3217.2756.86
HexA4827E015172461139
Octal244202176025274462171
Binary101001001000001011111100101011011110010011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4827E; }

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

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

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

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

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

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

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

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