Html Css Color HEX #A18783 Opium

📋 copy color: '#A18783'

red 161 ◦ green 135 ◦ blue 131

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

Shades of Opium #A18783

Tints of Opium #A18783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.62%

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

R = 37.7%
G = 31.62%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A18783 (or 0xA18783) is known color: Opium. HEX triplet: A1, 87 and 83. RGB value is (161,135,131). Sum of RGB (Red+Green+Blue) = 161+135+131=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A18783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18783 is #5E787C. Grayscale: #8E8E8E. Windows color (decimal): -6191229 or 8619937. OLE color: 8619937.

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

Color convert

RGB 161 135 131 -
CMYK 0 0.16 0.19 0.37
HSL 0.14% 0.57% -
HSV(B) 0.19% 0.63% -
XYZ 27.46 26.54 25.15 -
YUV 142.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 161 135 131 0 0.16 0.19 0.37 8 0.14 0.57
Hex A1 87 83 0 10 13 25 8 E 39
Octal 241 207 203 0 20 23 45 10 16 71
Binary 10100001 10000111 10000011 0 10000 10011 100101 1000 1110 111001

Color Harmonies of #A18783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18783

Black with #A18783

Text Example


Text Example

White with #A18783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18783; }

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

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

background-color css

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

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

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

border-color css

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

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

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