#A48884

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

Shades of Opium #A48884

Tints of Opium #A48884

Color information

#A48884 (or 0xA48884) is unknown color: approx Opium. HEX triplet: A4, 88 and 84. RGB value is (164,136,132). Sum of RGB (Red+Green+Blue) = 164+136+132=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A48884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48884 is #5B777B. Grayscale: #8F8F8F. Windows color (decimal): -5994364 or 8685732. OLE color: 8685732.

HSL color Cylindrical-coordinate representation of color #A48884: hue angle of 7.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48884 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB164136132-
CMYK00.170.200.36
HSL7.5º14.95%58.04%-
HSV(B)7.5º19.51%64.31%-
XYZ28.2827.1725.58-
YUV143.92121.28142.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=37.96%
G=31.48%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413613200.170.200.367.514.9558.04
HexA4888401114248f3a
Octal2442102040212444101772
Binary1010010010001000100001000100011010010010010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48884; }

 p { color: rgb(164,136,132); }

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

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

 a { background-color: rgb(164,136,132); }

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

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

 span { border-color: rgb(164,136,132); }

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