Html Css Color HEX #A18A88 Opium

📋 copy color: '#A18A88'

red 161 ◦ green 138 ◦ blue 136

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

Shades of Opium #A18A88

Tints of Opium #A18A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.26%

R = 37.01%
G = 31.72%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A18A88 (or 0xA18A88) is known color: Opium. HEX triplet: A1, 8A and 88. RGB value is (161,138,136). Sum of RGB (Red+Green+Blue) = 161+138+136=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A88 is #5E7577. Grayscale: #909090. Windows color (decimal): -6190456 or 8948385. OLE color: 8948385.

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

Color convert

RGB 161 138 136 -
CMYK 0 0.14 0.16 0.37
HSL 4.8º 0.12% 0.58% -
HSV(B) 4.8º 0.16% 0.63% -
XYZ 28.23 27.53 27.12 -
YUV 144.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 161 138 136 0 0.14 0.16 0.37 4.8 0.12 0.58
Hex A1 8A 88 0 E 10 25 5 C 3A
Octal 241 212 210 0 16 20 45 5 14 72
Binary 10100001 10001010 10001000 0 1110 10000 100101 101 1100 111010

Color Harmonies of #A18A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A88

Black with #A18A88

Text Example


Text Example

White with #A18A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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