Html Css Color HEX #A18581 Opium

📋 copy color: '#A18581'

red 161 ◦ green 133 ◦ blue 129

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

Shades of Opium #A18581

Tints of Opium #A18581

RGB

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

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

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

R = 38.06%
G = 31.44%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A18581 (or 0xA18581) is known color: Opium. HEX triplet: A1, 85 and 81. RGB value is (161,133,129). Sum of RGB (Red+Green+Blue) = 161+133+129=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A18581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18581 is #5E7A7E. Grayscale: #8C8C8C. Windows color (decimal): -6191743 or 8488353. OLE color: 8488353.

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

Color convert

RGB 161 133 129 -
CMYK 0 0.17 0.20 0.37
HSL 7.5º 0.15% 0.57% -
HSV(B) 7.5º 0.2% 0.63% -
XYZ 27.05 25.94 24.35 -
YUV 140.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 161 133 129 0 0.17 0.20 0.37 7.5 0.15 0.57
Hex A1 85 81 0 11 14 25 8 F 39
Octal 241 205 201 0 21 24 45 10 17 71
Binary 10100001 10000101 10000001 0 10001 10100 100101 1000 1111 111001

Color Harmonies of #A18581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18581

Black with #A18581

Text Example


Text Example

White with #A18581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18581; }

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

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

background-color css

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

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

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

border-color css

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

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

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