Html Css Color HEX #A27979 Opium

📋 copy color: '#A27979'

red 162 ◦ green 121 ◦ blue 121

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

Shades of Opium #A27979

Tints of Opium #A27979

RGB

 RED value IS 162 (63.67% from 255) = 40.1%

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

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

R = 40.1%
G = 29.95%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A27979 (or 0xA27979) is known color: Opium. HEX triplet: A2, 79 and 79. RGB value is (162,121,121). Sum of RGB (Red+Green+Blue) = 162+121+121=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27979 is #5D8686. Grayscale: #858585. Windows color (decimal): -6129287 or 7960994. OLE color: 7960994.

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

Color convert

RGB 162 121 121 -
CMYK 0 0.25 0.25 0.36
HSL 0.18% 0.55% -
HSV(B) 0.25% 0.64% -
XYZ 25.19 22.74 21.15 -
YUV 133.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 162 121 121 0 0.25 0.25 0.36 0 0.18 0.55
Hex A2 79 79 0 19 19 24 0 12 37
Octal 242 171 171 0 31 31 44 0 22 67
Binary 10100010 1111001 1111001 0 11001 11001 100100 0 10010 110111

Color Harmonies of #A27979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27979

Black with #A27979

Text Example


Text Example

White with #A27979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27979; }

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

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

background-color css

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

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

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

border-color css

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

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

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