Html Css Color HEX #A87979 Opium

📋 copy color: '#A87979'

red 168 ◦ green 121 ◦ blue 121

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

Shades of Opium #A87979

Tints of Opium #A87979

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

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

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 40.98%
G = 29.51%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A87979 (or 0xA87979) is known color: Opium. HEX triplet: A8, 79 and 79. RGB value is (168,121,121). Sum of RGB (Red+Green+Blue) = 168+121+121=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A87979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87979 is #578686. Grayscale: #878787. Windows color (decimal): -5736071 or 7961000. OLE color: 7961000.

HSL color Cylindrical-coordinate representation of color #A87979: hue angle of 0º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87979 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 121 -
CMYK 0 0.28 0.28 0.34
HSL 0.21% 0.57% -
HSV(B) 0.28% 0.66% -
XYZ 26.44 23.38 21.21 -
YUV 135.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 168 121 121 0 0.28 0.28 0.34 0 0.21 0.57
Hex A8 79 79 0 1C 1C 22 0 15 39
Octal 250 171 171 0 34 34 42 0 25 71
Binary 10101000 1111001 1111001 0 11100 11100 100010 0 10101 111001

Color Harmonies of #A87979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87979

Black with #A87979

Text Example


Text Example

White with #A87979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87979; }

 p { color: rgb(168,121,121); }

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

background-color css

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

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

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

border-color css

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

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

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