Html Css Color HEX #A18782 Opium

📋 copy color: '#A18782'

red 161 ◦ green 135 ◦ blue 130

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

Shades of Opium #A18782

Tints of Opium #A18782

RGB

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

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

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

R = 37.79%
G = 31.69%
B = 30.52%

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

#A18782 (or 0xA18782) is known color: Opium. HEX triplet: A1, 87 and 82. RGB value is (161,135,130). Sum of RGB (Red+Green+Blue) = 161+135+130=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18782 is #5E787D. Grayscale: #8E8E8E. Windows color (decimal): -6191230 or 8554401. OLE color: 8554401.

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

Color convert

RGB 161 135 130 -
CMYK 0 0.16 0.19 0.37
HSL 9.68º 0.14% 0.57% -
HSV(B) 9.68º 0.19% 0.63% -
XYZ 27.39 26.52 24.79 -
YUV 142.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 161 135 130 0 0.16 0.19 0.37 9.68 0.14 0.57
Hex A1 87 82 0 10 13 25 A E 39
Octal 241 207 202 0 20 23 45 12 16 71
Binary 10100001 10000111 10000010 0 10000 10011 100101 1010 1110 111001

Color Harmonies of #A18782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18782

Black with #A18782

Text Example


Text Example

White with #A18782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18782; }

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

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

background-color css

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

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

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

border-color css

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

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

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