Html Css Color HEX #A1817C Opium

📋 copy color: '#A1817C'

red 161 ◦ green 129 ◦ blue 124

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

Shades of Opium #A1817C

Tints of Opium #A1817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 38.89%
G = 31.16%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1817C (or 0xA1817C) is known color: Opium. HEX triplet: A1, 81 and 7C. RGB value is (161,129,124). Sum of RGB (Red+Green+Blue) = 161+129+124=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A1817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1817C is #5E7E83. Grayscale: #8A8A8A. Windows color (decimal): -6192772 or 8159649. OLE color: 8159649.

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

Color convert

RGB 161 129 124 -
CMYK 0 0.20 0.23 0.37
HSL 8.11º 0.16% 0.56% -
HSV(B) 8.11º 0.23% 0.63% -
XYZ 26.19 24.73 22.46 -
YUV 138 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 161 129 124 0 0.20 0.23 0.37 8.11 0.16 0.56
Hex A1 81 7C 0 14 17 25 8 10 38
Octal 241 201 174 0 24 27 45 10 20 70
Binary 10100001 10000001 1111100 0 10100 10111 100101 1000 10000 111000

Color Harmonies of #A1817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1817C

Black with #A1817C

Text Example


Text Example

White with #A1817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1817C; }

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

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

background-color css

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

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

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

border-color css

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

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

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