#A48584

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

Shades of Opium #A48584

Tints of Opium #A48584

Color information

#A48584 (or 0xA48584) is unknown color: approx Opium. HEX triplet: A4, 85 and 84. RGB value is (164,133,132). Sum of RGB (Red+Green+Blue) = 164+133+132=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48584 is #5B7A7B. Grayscale: #8E8E8E. Windows color (decimal): -5995132 or 8684964. OLE color: 8684964.

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

Color convert

RGB164133132-
CMYK00.190.200.36
HSL1.88º14.95%58.04%-
HSV(B)1.88º19.51%64.31%-
XYZ27.8626.3325.44-
YUV142.16122.27143.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=38.23%
G=31.00%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413313200.190.200.361.8814.9558.04
HexA4858401314242f3a
Octal244205204023244421772
Binary10100100100001011000010001001110100100100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48584; }

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

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

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

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

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

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

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

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