Html Css Color HEX #A18480 Opium

📋 copy color: '#A18480'

red 161 ◦ green 132 ◦ blue 128

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

Shades of Opium #A18480

Tints of Opium #A18480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 38.24%
G = 31.35%
B = 30.4%

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

#A18480 (or 0xA18480) is known color: Opium. HEX triplet: A1, 84 and 80. RGB value is (161,132,128). Sum of RGB (Red+Green+Blue) = 161+132+128=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A18480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18480 is #5E7B7F. Grayscale: #8C8C8C. Windows color (decimal): -6192000 or 8422561. OLE color: 8422561.

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

Color convert

RGB 161 132 128 -
CMYK 0 0.18 0.20 0.37
HSL 7.27º 0.15% 0.57% -
HSV(B) 7.27º 0.2% 0.63% -
XYZ 26.85 25.64 23.96 -
YUV 140.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 161 132 128 0 0.18 0.20 0.37 7.27 0.15 0.57
Hex A1 84 80 0 12 14 25 7 F 39
Octal 241 204 200 0 22 24 45 7 17 71
Binary 10100001 10000100 10000000 0 10010 10100 100101 111 1111 111001

Color Harmonies of #A18480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18480

Black with #A18480

Text Example


Text Example

White with #A18480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18480; }

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

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

background-color css

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

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

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

border-color css

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

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

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