Html Css Color HEX #A18682 Opium

📋 copy color: '#A18682'

red 161 ◦ green 134 ◦ blue 130

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

Shades of Opium #A18682

Tints of Opium #A18682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

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

R = 37.88%
G = 31.53%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A18682 (or 0xA18682) is known color: Opium. HEX triplet: A1, 86 and 82. RGB value is (161,134,130). Sum of RGB (Red+Green+Blue) = 161+134+130=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18682 is #5E797D. Grayscale: #8D8D8D. Windows color (decimal): -6191486 or 8554145. OLE color: 8554145.

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

Color convert

RGB 161 134 130 -
CMYK 0 0.17 0.19 0.37
HSL 7.74º 0.14% 0.57% -
HSV(B) 7.74º 0.19% 0.63% -
XYZ 27.25 26.24 24.75 -
YUV 141.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 161 134 130 0 0.17 0.19 0.37 7.74 0.14 0.57
Hex A1 86 82 0 11 13 25 8 E 39
Octal 241 206 202 0 21 23 45 10 16 71
Binary 10100001 10000110 10000010 0 10001 10011 100101 1000 1110 111001

Color Harmonies of #A18682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18682

Black with #A18682

Text Example


Text Example

White with #A18682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18682; }

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

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

background-color css

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

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

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

border-color css

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

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

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