Html Css Color HEX #AA7980 Turkish Rose

📋 copy color: '#AA7980'

red 170 ◦ green 121 ◦ blue 128

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

Shades of Turkish Rose #AA7980

Tints of Turkish Rose #AA7980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 40.57%
G = 28.88%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA7980 (or 0xAA7980) is known color: Turkish Rose. HEX triplet: AA, 79 and 80. RGB value is (170,121,128). Sum of RGB (Red+Green+Blue) = 170+121+128=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7980 is #55867F. Grayscale: #888888. Windows color (decimal): -5604992 or 8419754. OLE color: 8419754.

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

Color convert

RGB 170 121 128 -
CMYK 0 0.29 0.25 0.33
HSL 351.43º 0.22% 0.57% -
HSV(B) 351.43º 0.29% 0.67% -
XYZ 27.31 23.78 23.57 -
YUV 136.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 170 121 128 0 0.29 0.25 0.33 351.43 0.22 0.57
Hex AA 79 80 0 1D 19 21 15F 16 39
Octal 252 171 200 0 35 31 41 537 26 71
Binary 10101010 1111001 10000000 0 11101 11001 100001 101011111 10110 111001

Color Harmonies of #AA7980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7980

Black with #AA7980

Text Example


Text Example

White with #AA7980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7980; }

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

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

background-color css

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

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

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

border-color css

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

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

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