Html Css Color HEX #A18B8B Opium

📋 copy color: '#A18B8B'

red 161 ◦ green 139 ◦ blue 139

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

Shades of Opium #A18B8B

Tints of Opium #A18B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 36.67%
G = 31.66%
B = 31.66%

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

#A18B8B (or 0xA18B8B) is known color: Opium. HEX triplet: A1, 8B and 8B. RGB value is (161,139,139). Sum of RGB (Red+Green+Blue) = 161+139+139=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B8B is #5E7474. Grayscale: #919191. Windows color (decimal): -6190197 or 9145249. OLE color: 9145249.

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

Color convert

RGB 161 139 139 -
CMYK 0 0.14 0.14 0.37
HSL 0.1% 0.59% -
HSV(B) 0.14% 0.63% -
XYZ 28.59 27.91 28.31 -
YUV 145.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 161 139 139 0 0.14 0.14 0.37 0 0.1 0.59
Hex A1 8B 8B 0 E E 25 0 A 3B
Octal 241 213 213 0 16 16 45 0 12 73
Binary 10100001 10001011 10001011 0 1110 1110 100101 0 1010 111011

Color Harmonies of #A18B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18B8B

Black with #A18B8B

Text Example


Text Example

White with #A18B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18B8B; }

 p { color: rgb(161,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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