Html Css Color HEX #A07978 Opium

📋 copy color: '#A07978'

red 160 ◦ green 121 ◦ blue 120

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

Shades of Opium #A07978

Tints of Opium #A07978

RGB

 RED value IS 160 (62.89% from 255) = 39.9%

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

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

R = 39.9%
G = 30.17%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A07978 (or 0xA07978) is known color: Opium. HEX triplet: A0, 79 and 78. RGB value is (160,121,120). Sum of RGB (Red+Green+Blue) = 160+121+120=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A07978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07978 is #5F8687. Grayscale: #848484. Windows color (decimal): -6260360 or 7895456. OLE color: 7895456.

HSL color Cylindrical-coordinate representation of color #A07978: hue angle of 1.5º degrees, saturation: 0.17, 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 #A07978 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 120 -
CMYK 0 0.24 0.25 0.37
HSL 1.5º 0.17% 0.55% -
HSV(B) 1.5º 0.25% 0.63% -
XYZ 24.72 22.5 20.81 -
YUV 132.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 160 121 120 0 0.24 0.25 0.37 1.5 0.17 0.55
Hex A0 79 78 0 18 19 25 2 11 37
Octal 240 171 170 0 30 31 45 2 21 67
Binary 10100000 1111001 1111000 0 11000 11001 100101 10 10001 110111

Color Harmonies of #A07978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07978

Black with #A07978

Text Example


Text Example

White with #A07978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07978; }

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

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

background-color css

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

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

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

border-color css

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

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

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