#AA7780

Color #AA7780 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AA7780

Tints of Turkish Rose #AA7780

Color information

#AA7780 (or 0xAA7780) is unknown color: approx 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

RGB170119128-
CMYK00.30.250.33
HSL349.41º23.08%56.67%-
HSV(B)349.41º30%66.67%-
XYZ27.0723.323.49-
YUV135.28123.9152.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=40.77%
G=28.54%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011912800.30.250.33349.4123.0856.67
HexAA778001E192115d1739
Octal25216720003631415352771
Binary101010101110111100000000111101100110000110101110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>