Html Css Color HEX #A18781 Opium

📋 copy color: '#A18781'

red 161 ◦ green 135 ◦ blue 129

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

Shades of Opium #A18781

Tints of Opium #A18781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.35%

R = 37.88%
G = 31.76%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A18781 (or 0xA18781) is known color: Opium. HEX triplet: A1, 87 and 81. RGB value is (161,135,129). Sum of RGB (Red+Green+Blue) = 161+135+129=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18781 is #5E787E. Grayscale: #8E8E8E. Windows color (decimal): -6191231 or 8488865. OLE color: 8488865.

HSL color Cylindrical-coordinate representation of color #A18781: hue angle of 11.25º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18781 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 135 129 -
CMYK 0 0.16 0.20 0.37
HSL 11.25º 0.15% 0.57% -
HSV(B) 11.25º 0.2% 0.63% -
XYZ 27.32 26.49 24.44 -
YUV 142.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 161 135 129 0 0.16 0.20 0.37 11.25 0.15 0.57
Hex A1 87 81 0 10 14 25 B F 39
Octal 241 207 201 0 20 24 45 13 17 71
Binary 10100001 10000111 10000001 0 10000 10100 100101 1011 1111 111001

Color Harmonies of #A18781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18781

Black with #A18781

Text Example


Text Example

White with #A18781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18781; }

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

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

background-color css

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

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

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

border-color css

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

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

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