#A28988

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

Shades of Opium #A28988

Tints of Opium #A28988

Color information

#A28988 (or 0xA28988) is unknown color: approx Opium. HEX triplet: A2, 89 and 88. RGB value is (162,137,136). Sum of RGB (Red+Green+Blue) = 162+137+136=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A28988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28988 is #5D7677. Grayscale: #909090. Windows color (decimal): -6125176 or 8948130. OLE color: 8948130.

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

Color convert

RGB162137136-
CMYK00.150.160.36
HSL2.31º12.26%58.43%-
HSV(B)2.31º16.05%63.53%-
XYZ28.2927.3527.08-
YUV144.36123.28140.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=37.24%
G=31.49%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213713600.150.160.362.3112.2658.43
HexA289880F10242c3a
Octal242211210017204421472
Binary1010001010001001100010000111110000100100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28988; }

 p { color: rgb(162,137,136); }

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

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

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

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

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

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

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