Html Css Color HEX #A18482 Opium

📋 copy color: '#A18482'

red 161 ◦ green 132 ◦ blue 130

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

Shades of Opium #A18482

Tints of Opium #A18482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 38.06%
G = 31.21%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A18482 (or 0xA18482) is known color: Opium. HEX triplet: A1, 84 and 82. RGB value is (161,132,130). Sum of RGB (Red+Green+Blue) = 161+132+130=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A18482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18482 is #5E7B7D. Grayscale: #8C8C8C. Windows color (decimal): -6191998 or 8553633. OLE color: 8553633.

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

Color convert

RGB 161 132 130 -
CMYK 0 0.18 0.19 0.37
HSL 3.87º 0.14% 0.57% -
HSV(B) 3.87º 0.19% 0.63% -
XYZ 26.98 25.69 24.66 -
YUV 140.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 161 132 130 0 0.18 0.19 0.37 3.87 0.14 0.57
Hex A1 84 82 0 12 13 25 4 E 39
Octal 241 204 202 0 22 23 45 4 16 71
Binary 10100001 10000100 10000010 0 10010 10011 100101 100 1110 111001

Color Harmonies of #A18482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18482

Black with #A18482

Text Example


Text Example

White with #A18482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18482; }

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

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

background-color css

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

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

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

border-color css

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

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

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