Html Css Color HEX #A18683 Opium

📋 copy color: '#A18683'

red 161 ◦ green 134 ◦ blue 131

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

Shades of Opium #A18683

Tints of Opium #A18683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 37.79%
G = 31.46%
B = 30.75%

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

#A18683 (or 0xA18683) is known color: Opium. HEX triplet: A1, 86 and 83. RGB value is (161,134,131). Sum of RGB (Red+Green+Blue) = 161+134+131=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18683 is #5E797C. Grayscale: #8D8D8D. Windows color (decimal): -6191485 or 8619681. OLE color: 8619681.

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

Color convert

RGB 161 134 131 -
CMYK 0 0.17 0.19 0.37
HSL 0.14% 0.57% -
HSV(B) 0.19% 0.63% -
XYZ 27.32 26.27 25.1 -
YUV 141.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 161 134 131 0 0.17 0.19 0.37 6 0.14 0.57
Hex A1 86 83 0 11 13 25 6 E 39
Octal 241 206 203 0 21 23 45 6 16 71
Binary 10100001 10000110 10000011 0 10001 10011 100101 110 1110 111001

Color Harmonies of #A18683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18683

Black with #A18683

Text Example


Text Example

White with #A18683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18683; }

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

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

background-color css

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

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

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

border-color css

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

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

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