Html Css Color HEX #AA7780 Turkish Rose

📋 copy color: '#AA7780'

red 170 ◦ green 119 ◦ blue 128

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

Shades of Turkish Rose #AA7780

Tints of Turkish Rose #AA7780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

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

R = 40.77%
G = 28.54%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA7780 (or 0xAA7780) is known color: Turkish Rose. HEX triplet: AA, 77 and 80. RGB value is (170,119,128). Sum of RGB (Red+Green+Blue) = 170+119+128=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7780 is #55887F. Grayscale: #878787. Windows color (decimal): -5605504 or 8419242. OLE color: 8419242.

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

Color convert

RGB 170 119 128 -
CMYK 0 0.3 0.25 0.33
HSL 349.41º 0.23% 0.57% -
HSV(B) 349.41º 0.3% 0.67% -
XYZ 27.07 23.3 23.49 -
YUV 135.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 170 119 128 0 0.3 0.25 0.33 349.41 0.23 0.57
Hex AA 77 80 0 1E 19 21 15D 17 39
Octal 252 167 200 0 36 31 41 535 27 71
Binary 10101010 1110111 10000000 0 11110 11001 100001 101011101 10111 111001

Color Harmonies of #AA7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7780

Black with #AA7780

Text Example


Text Example

White with #AA7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7780; }

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

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

background-color css

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

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

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

border-color css

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

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

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