Html Css Color HEX #A08A89 Opium

📋 copy color: '#A08A89'

red 160 ◦ green 138 ◦ blue 137

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

Shades of Opium #A08A89

Tints of Opium #A08A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.72%

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

R = 36.78%
G = 31.72%
B = 31.49%

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

#A08A89 (or 0xA08A89) is known color: Opium. HEX triplet: A0, 8A and 89. RGB value is (160,138,137). Sum of RGB (Red+Green+Blue) = 160+138+137=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A89 is #5F7576. Grayscale: #909090. Windows color (decimal): -6255991 or 9013920. OLE color: 9013920.

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

Color convert

RGB 160 138 137 -
CMYK 0 0.14 0.14 0.37
HSL 2.61º 0.11% 0.58% -
HSV(B) 2.61º 0.14% 0.63% -
XYZ 28.1 27.46 27.49 -
YUV 144.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 160 138 137 0 0.14 0.14 0.37 2.61 0.11 0.58
Hex A0 8A 89 0 E E 25 3 B 3A
Octal 240 212 211 0 16 16 45 3 13 72
Binary 10100000 10001010 10001001 0 1110 1110 100101 11 1011 111010

Color Harmonies of #A08A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A89

Black with #A08A89

Text Example


Text Example

White with #A08A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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