Html Css Color HEX #A08B89 Opium

📋 copy color: '#A08B89'

red 160 ◦ green 139 ◦ blue 137

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

Shades of Opium #A08B89

Tints of Opium #A08B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

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

R = 36.7%
G = 31.88%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A08B89 (or 0xA08B89) is known color: Opium. HEX triplet: A0, 8B and 89. RGB value is (160,139,137). Sum of RGB (Red+Green+Blue) = 160+139+137=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B89 is #5F7476. Grayscale: #919191. Windows color (decimal): -6255735 or 9014176. OLE color: 9014176.

HSL color Cylindrical-coordinate representation of color #A08B89: hue angle of 5.22º 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 #A08B89 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 139 137 -
CMYK 0 0.13 0.14 0.37
HSL 5.22º 0.11% 0.58% -
HSV(B) 5.22º 0.14% 0.63% -
XYZ 28.25 27.74 27.53 -
YUV 145.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 160 139 137 0 0.13 0.14 0.37 5.22 0.11 0.58
Hex A0 8B 89 0 D E 25 5 B 3A
Octal 240 213 211 0 15 16 45 5 13 72
Binary 10100000 10001011 10001001 0 1101 1110 100101 101 1011 111010

Color Harmonies of #A08B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B89

Black with #A08B89

Text Example


Text Example

White with #A08B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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