Html Css Color HEX #AB7979 Opium

📋 copy color: '#AB7979'

red 171 ◦ green 121 ◦ blue 121

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

Shades of Opium #AB7979

Tints of Opium #AB7979

RGB

 RED value IS 171 (67.19% from 255) = 41.4%

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

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

R = 41.4%
G = 29.3%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB7979 (or 0xAB7979) is known color: Opium. HEX triplet: AB, 79 and 79. RGB value is (171,121,121). Sum of RGB (Red+Green+Blue) = 171+121+121=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7979 is #548686. Grayscale: #888888. Windows color (decimal): -5539463 or 7961003. OLE color: 7961003.

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

Color convert

RGB 171 121 121 -
CMYK 0 0.29 0.29 0.33
HSL 0.23% 0.57% -
HSV(B) 0.29% 0.67% -
XYZ 27.08 23.71 21.24 -
YUV 135.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 171 121 121 0 0.29 0.29 0.33 0 0.23 0.57
Hex AB 79 79 0 1D 1D 21 0 17 39
Octal 253 171 171 0 35 35 41 0 27 71
Binary 10101011 1111001 1111001 0 11101 11101 100001 0 10111 111001

Color Harmonies of #AB7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7979

Black with #AB7979

Text Example


Text Example

White with #AB7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7979; }

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

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

background-color css

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

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

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

border-color css

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

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

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