Html Css Color HEX #A18584 Opium

📋 copy color: '#A18584'

red 161 ◦ green 133 ◦ blue 132

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

Shades of Opium #A18584

Tints of Opium #A18584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 37.79%
G = 31.22%
B = 30.99%

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

#A18584 (or 0xA18584) is known color: Opium. HEX triplet: A1, 85 and 84. RGB value is (161,133,132). Sum of RGB (Red+Green+Blue) = 161+133+132=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18584 is #5E7A7B. Grayscale: #8D8D8D. Windows color (decimal): -6191740 or 8684961. OLE color: 8684961.

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

Color convert

RGB 161 133 132 -
CMYK 0 0.17 0.18 0.37
HSL 2.07º 0.13% 0.57% -
HSV(B) 2.07º 0.18% 0.63% -
XYZ 27.25 26.02 25.42 -
YUV 141.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 161 133 132 0 0.17 0.18 0.37 2.07 0.13 0.57
Hex A1 85 84 0 11 12 25 2 D 39
Octal 241 205 204 0 21 22 45 2 15 71
Binary 10100001 10000101 10000100 0 10001 10010 100101 10 1101 111001

Color Harmonies of #A18584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18584

Black with #A18584

Text Example


Text Example

White with #A18584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18584; }

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

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

background-color css

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

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

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

border-color css

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

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

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