Html Css Color HEX #AA7B79 Opium

📋 copy color: '#AA7B79'

red 170 ◦ green 123 ◦ blue 121

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

Shades of Opium #AA7B79

Tints of Opium #AA7B79

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

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

R = 41.06%
G = 29.71%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7B79 (or 0xAA7B79) is known color: Opium. HEX triplet: AA, 7B and 79. RGB value is (170,123,121). Sum of RGB (Red+Green+Blue) = 170+123+121=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B79 is #558486. Grayscale: #888888. Windows color (decimal): -5604487 or 7961514. OLE color: 7961514.

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

Color convert

RGB 170 123 121 -
CMYK 0 0.28 0.29 0.33
HSL 2.45º 0.22% 0.57% -
HSV(B) 2.45º 0.29% 0.67% -
XYZ 27.11 24.09 21.31 -
YUV 136.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 170 123 121 0 0.28 0.29 0.33 2.45 0.22 0.57
Hex AA 7B 79 0 1C 1D 21 2 16 39
Octal 252 173 171 0 34 35 41 2 26 71
Binary 10101010 1111011 1111001 0 11100 11101 100001 10 10110 111001

Color Harmonies of #AA7B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B79

Black with #AA7B79

Text Example


Text Example

White with #AA7B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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