Html Css Color HEX #A18380 Opium

📋 copy color: '#A18380'

red 161 ◦ green 131 ◦ blue 128

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

Shades of Opium #A18380

Tints of Opium #A18380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 38.33%
G = 31.19%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A18380 (or 0xA18380) is known color: Opium. HEX triplet: A1, 83 and 80. RGB value is (161,131,128). Sum of RGB (Red+Green+Blue) = 161+131+128=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A18380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18380 is #5E7C7F. Grayscale: #8B8B8B. Windows color (decimal): -6192256 or 8422305. OLE color: 8422305.

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

Color convert

RGB 161 131 128 -
CMYK 0 0.19 0.20 0.37
HSL 5.45º 0.15% 0.57% -
HSV(B) 5.45º 0.2% 0.63% -
XYZ 26.71 25.37 23.91 -
YUV 139.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 161 131 128 0 0.19 0.20 0.37 5.45 0.15 0.57
Hex A1 83 80 0 13 14 25 5 F 39
Octal 241 203 200 0 23 24 45 5 17 71
Binary 10100001 10000011 10000000 0 10011 10100 100101 101 1111 111001

Color Harmonies of #A18380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18380

Black with #A18380

Text Example


Text Example

White with #A18380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18380; }

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

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

background-color css

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

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

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

border-color css

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

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

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