Html Css Color HEX #A17977 Opium

📋 copy color: '#A17977'

red 161 ◦ green 121 ◦ blue 119

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

Shades of Opium #A17977

Tints of Opium #A17977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 119 (46.88% from 255) = 29.68%

R = 40.15%
G = 30.17%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A17977 (or 0xA17977) is known color: Opium. HEX triplet: A1, 79 and 77. RGB value is (161,121,119). Sum of RGB (Red+Green+Blue) = 161+121+119=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A17977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17977 is #5E8688. Grayscale: #848484. Windows color (decimal): -6194825 or 7829921. OLE color: 7829921.

HSL color Cylindrical-coordinate representation of color #A17977: hue angle of 2.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17977 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 121 119 -
CMYK 0 0.25 0.26 0.37
HSL 2.86º 0.18% 0.55% -
HSV(B) 2.86º 0.26% 0.63% -
XYZ 24.87 22.58 20.5 -
YUV 132.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 161 121 119 0 0.25 0.26 0.37 2.86 0.18 0.55
Hex A1 79 77 0 19 1A 25 3 12 37
Octal 241 171 167 0 31 32 45 3 22 67
Binary 10100001 1111001 1110111 0 11001 11010 100101 11 10010 110111

Color Harmonies of #A17977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17977

Black with #A17977

Text Example


Text Example

White with #A17977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17977; }

 p { color: rgb(161,121,119); }

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

background-color css

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

 a { background-color: rgb(161,121,119); }

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

border-color css

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

 span { border-color: rgb(161,121,119); }

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