#A48684

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

Shades of Opium #A48684

Tints of Opium #A48684

Color information

#A48684 (or 0xA48684) is unknown color: approx Opium. HEX triplet: A4, 86 and 84. RGB value is (164,134,132). Sum of RGB (Red+Green+Blue) = 164+134+132=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48684 is #5B797B. Grayscale: #8E8E8E. Windows color (decimal): -5994876 or 8685220. OLE color: 8685220.

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

Color convert

RGB164134132-
CMYK00.180.200.36
HSL3.75º14.95%58.04%-
HSV(B)3.75º19.51%64.31%-
XYZ2826.6125.49-
YUV142.74121.94143.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=38.14%
G=31.16%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413413200.180.200.363.7514.9558.04
HexA4868401214244f3a
Octal244206204022244441772
Binary101001001000011010000100010010101001001001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48684; }

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

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

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

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

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

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

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

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