#A48888

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

Shades of Opium #A48888

Tints of Opium #A48888

Color information

#A48888 (or 0xA48888) is unknown color: approx Opium. HEX triplet: A4, 88 and 88. RGB value is (164,136,136). Sum of RGB (Red+Green+Blue) = 164+136+136=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A48888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48888 is #5B7777. Grayscale: #909090. Windows color (decimal): -5994360 or 8947876. OLE color: 8947876.

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

Color convert

RGB164136136-
CMYK00.170.170.36
HSL13.33%58.82%-
HSV(B)17.07%64.31%-
XYZ28.5627.2827.05-
YUV144.37123.28142-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=37.61%
G=31.19%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413613600.170.170.36013.3358.82
HexA4888801111240d3b
Octal244210210021214401573
Binary1010010010001000100010000100011000110010001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48888; }

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

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

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

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

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

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

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

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