#A48585

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

Shades of Opium #A48585

Tints of Opium #A48585

Color information

#A48585 (or 0xA48585) is unknown color: approx Opium. HEX triplet: A4, 85 and 85. RGB value is (164,133,133). Sum of RGB (Red+Green+Blue) = 164+133+133=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48585 is #5B7A7A. Grayscale: #8E8E8E. Windows color (decimal): -5995131 or 8750500. OLE color: 8750500.

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

Color convert

RGB164133133-
CMYK00.190.190.36
HSL14.55%58.24%-
HSV(B)18.9%64.31%-
XYZ27.9326.3625.81-
YUV142.27122.77143.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=38.14%
G=30.93%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413313300.190.190.36014.5558.24
HexA4858501313240f3a
Octal244205205023234401772
Binary1010010010000101100001010100111001110010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48585; }

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

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

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

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

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

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

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

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