Html Css Color HEX #A08989 Opium

📋 copy color: '#A08989'

red 160 ◦ green 137 ◦ blue 137

#A08989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #A08989

Tints of Opium #A08989

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 137 (53.91% from 255) = 31.57%

R = 36.87%
G = 31.57%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A08989 (or 0xA08989) is known color: Opium. HEX triplet: A0, 89 and 89. RGB value is (160,137,137). Sum of RGB (Red+Green+Blue) = 160+137+137=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A08989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08989 is #5F7676. Grayscale: #8F8F8F. Windows color (decimal): -6256247 or 9013664. OLE color: 9013664.

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

Color convert

RGB 160 137 137 -
CMYK 0 0.14 0.14 0.37
HSL 0.11% 0.58% -
HSV(B) 0.14% 0.63% -
XYZ 27.96 27.17 27.44 -
YUV 143.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 160 137 137 0 0.14 0.14 0.37 0 0.11 0.58
Hex A0 89 89 0 E E 25 0 B 3A
Octal 240 211 211 0 16 16 45 0 13 72
Binary 10100000 10001001 10001001 0 1110 1110 100101 0 1011 111010

Color Harmonies of #A08989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08989

Black with #A08989

Text Example


Text Example

White with #A08989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08989; }

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

 H1.HeaderClassName
 {
   color: #A08989;
 }
 .AnyTagClassName
 {
   color: #A08989;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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