Html Css Color HEX #A1817E Opium

📋 copy color: '#A1817E'

red 161 ◦ green 129 ◦ blue 126

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

Shades of Opium #A1817E

Tints of Opium #A1817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.29%

R = 38.7%
G = 31.01%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1817E (or 0xA1817E) is known color: Opium. HEX triplet: A1, 81 and 7E. RGB value is (161,129,126). Sum of RGB (Red+Green+Blue) = 161+129+126=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1817E is #5E7E81. Grayscale: #8A8A8A. Windows color (decimal): -6192770 or 8290721. OLE color: 8290721.

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

Color convert

RGB 161 129 126 -
CMYK 0 0.20 0.22 0.37
HSL 5.14º 0.16% 0.56% -
HSV(B) 5.14º 0.22% 0.63% -
XYZ 26.31 24.78 23.14 -
YUV 138.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 161 129 126 0 0.20 0.22 0.37 5.14 0.16 0.56
Hex A1 81 7E 0 14 16 25 5 10 38
Octal 241 201 176 0 24 26 45 5 20 70
Binary 10100001 10000001 1111110 0 10100 10110 100101 101 10000 111000

Color Harmonies of #A1817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1817E

Black with #A1817E

Text Example


Text Example

White with #A1817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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