Html Css Color HEX #A18A89 Opium

📋 copy color: '#A18A89'

red 161 ◦ green 138 ◦ blue 137

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

Shades of Opium #A18A89

Tints of Opium #A18A89

RGB

 RED value IS 161 (63.28% from 255) = 36.93%

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

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

R = 36.93%
G = 31.65%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A18A89 (or 0xA18A89) is known color: Opium. HEX triplet: A1, 8A and 89. RGB value is (161,138,137). Sum of RGB (Red+Green+Blue) = 161+138+137=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A89 is #5E7576. Grayscale: #909090. Windows color (decimal): -6190455 or 9013921. OLE color: 9013921.

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

Color convert

RGB 161 138 137 -
CMYK 0 0.14 0.15 0.37
HSL 2.5º 0.11% 0.58% -
HSV(B) 2.5º 0.15% 0.63% -
XYZ 28.3 27.56 27.49 -
YUV 144.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 161 138 137 0 0.14 0.15 0.37 2.5 0.11 0.58
Hex A1 8A 89 0 E F 25 2 B 3A
Octal 241 212 211 0 16 17 45 2 13 72
Binary 10100001 10001010 10001001 0 1110 1111 100101 10 1011 111010

Color Harmonies of #A18A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A89

Black with #A18A89

Text Example


Text Example

White with #A18A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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