Html Css Color HEX #A17978 Opium

📋 copy color: '#A17978'

red 161 ◦ green 121 ◦ blue 120

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

Shades of Opium #A17978

Tints of Opium #A17978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 40.05%
G = 30.1%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A17978 (or 0xA17978) is known color: Opium. HEX triplet: A1, 79 and 78. RGB value is (161,121,120). Sum of RGB (Red+Green+Blue) = 161+121+120=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A17978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17978 is #5E8687. Grayscale: #848484. Windows color (decimal): -6194824 or 7895457. OLE color: 7895457.

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

Color convert

RGB 161 121 120 -
CMYK 0 0.25 0.25 0.37
HSL 1.46º 0.18% 0.55% -
HSV(B) 1.46º 0.25% 0.63% -
XYZ 24.93 22.61 20.82 -
YUV 132.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 161 121 120 0 0.25 0.25 0.37 1.46 0.18 0.55
Hex A1 79 78 0 19 19 25 1 12 37
Octal 241 171 170 0 31 31 45 1 22 67
Binary 10100001 1111001 1111000 0 11001 11001 100101 1 10010 110111

Color Harmonies of #A17978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17978

Black with #A17978

Text Example


Text Example

White with #A17978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17978; }

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

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

background-color css

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

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

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

border-color css

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

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

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