#A08B8B

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

Shades of Opium #A08B8B

Tints of Opium #A08B8B

Color information

#A08B8B (or 0xA08B8B) is unknown color: approx Opium. HEX triplet: A0, 8B and 8B. RGB value is (160,139,139). Sum of RGB (Red+Green+Blue) = 160+139+139=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B8B is #5F7474. Grayscale: #919191. Windows color (decimal): -6255733 or 9145248. OLE color: 9145248.

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

Color convert

RGB160139139-
CMYK00.130.130.37
HSL9.95%58.63%-
HSV(B)13.12%62.75%-
XYZ28.3927.828.3-
YUV145.28124.46138.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=36.53%
G=31.74%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013913900.130.130.3709.9558.63
HexA08B8B0DD250a3b
Octal240213213015154501273
Binary10100000100010111000101101101110110010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B8B; }

 p { color: rgb(160,139,139); }

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

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

 a { background-color: rgb(160,139,139); }

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

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

 span { border-color: rgb(160,139,139); }

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