Html Css Color HEX #A18481 Opium

📋 copy color: '#A18481'

red 161 ◦ green 132 ◦ blue 129

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

Shades of Opium #A18481

Tints of Opium #A18481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 38.15%
G = 31.28%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A18481 (or 0xA18481) is known color: Opium. HEX triplet: A1, 84 and 81. RGB value is (161,132,129). Sum of RGB (Red+Green+Blue) = 161+132+129=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A18481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18481 is #5E7B7E. Grayscale: #8C8C8C. Windows color (decimal): -6191999 or 8488097. OLE color: 8488097.

HSL color Cylindrical-coordinate representation of color #A18481: hue angle of 5.62º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18481 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 129 -
CMYK 0 0.18 0.20 0.37
HSL 5.63º 0.15% 0.57% -
HSV(B) 5.63º 0.2% 0.63% -
XYZ 26.91 25.66 24.3 -
YUV 140.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 161 132 129 0 0.18 0.20 0.37 5.63 0.15 0.57
Hex A1 84 81 0 12 14 25 6 F 39
Octal 241 204 201 0 22 24 45 6 17 71
Binary 10100001 10000100 10000001 0 10010 10100 100101 110 1111 111001

Color Harmonies of #A18481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18481

Black with #A18481

Text Example


Text Example

White with #A18481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18481; }

 p { color: rgb(161,132,129); }

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

background-color css

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

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

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

border-color css

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

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

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