#A28989

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

Shades of Opium #A28989

Tints of Opium #A28989

Color information

#A28989 (or 0xA28989) is unknown color: approx Opium. HEX triplet: A2, 89 and 89. RGB value is (162,137,137). Sum of RGB (Red+Green+Blue) = 162+137+137=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A28989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28989 is #5D7676. Grayscale: #909090. Windows color (decimal): -6125175 or 9013666. OLE color: 9013666.

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

Color convert

RGB162137137-
CMYK00.150.150.36
HSL11.85%58.63%-
HSV(B)15.43%63.53%-
XYZ28.3627.3827.46-
YUV144.48123.78140.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=37.16%
G=31.42%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213713700.150.150.36011.8558.63
HexA289890FF240c3b
Octal242211211017174401473
Binary10100010100010011000100101111111110010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28989; }

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

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

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

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

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

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

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

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