Html Css Color HEX #A18684 Opium

📋 copy color: '#A18684'

red 161 ◦ green 134 ◦ blue 132

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

Shades of Opium #A18684

Tints of Opium #A18684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.91%

R = 37.7%
G = 31.38%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A18684 (or 0xA18684) is known color: Opium. HEX triplet: A1, 86 and 84. RGB value is (161,134,132). Sum of RGB (Red+Green+Blue) = 161+134+132=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A18684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18684 is #5E797B. Grayscale: #8D8D8D. Windows color (decimal): -6191484 or 8685217. OLE color: 8685217.

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

Color convert

RGB 161 134 132 -
CMYK 0 0.17 0.18 0.37
HSL 4.14º 0.13% 0.57% -
HSV(B) 4.14º 0.18% 0.63% -
XYZ 27.39 26.29 25.46 -
YUV 141.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 161 134 132 0 0.17 0.18 0.37 4.14 0.13 0.57
Hex A1 86 84 0 11 12 25 4 D 39
Octal 241 206 204 0 21 22 45 4 15 71
Binary 10100001 10000110 10000100 0 10001 10010 100101 100 1101 111001

Color Harmonies of #A18684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18684

Black with #A18684

Text Example


Text Example

White with #A18684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18684; }

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

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

background-color css

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

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

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

border-color css

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

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

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