Html Css Color HEX #AA7978 Opium

📋 copy color: '#AA7978'

red 170 ◦ green 121 ◦ blue 120

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

Shades of Opium #AA7978

Tints of Opium #AA7978

RGB

 RED value IS 170 (66.8% from 255) = 41.36%

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

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

R = 41.36%
G = 29.44%
B = 29.2%

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

#AA7978 (or 0xAA7978) is known color: Opium. HEX triplet: AA, 79 and 78. RGB value is (170,121,120). Sum of RGB (Red+Green+Blue) = 170+121+120=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7978 is #558687. Grayscale: #878787. Windows color (decimal): -5605000 or 7895466. OLE color: 7895466.

HSL color Cylindrical-coordinate representation of color #AA7978: hue angle of 1.2º 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 #AA7978 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 120 -
CMYK 0 0.29 0.29 0.33
HSL 1.2º 0.23% 0.57% -
HSV(B) 1.2º 0.29% 0.67% -
XYZ 26.81 23.58 20.91 -
YUV 135.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 170 121 120 0 0.29 0.29 0.33 1.2 0.23 0.57
Hex AA 79 78 0 1D 1D 21 1 17 39
Octal 252 171 170 0 35 35 41 1 27 71
Binary 10101010 1111001 1111000 0 11101 11101 100001 1 10111 111001

Color Harmonies of #AA7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7978

Black with #AA7978

Text Example


Text Example

White with #AA7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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