#AA7778

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

Shades of Turkish Rose #AA7778

Tints of Turkish Rose #AA7778

Color information

#AA7778 (or 0xAA7778) is unknown color: approx Turkish Rose. HEX triplet: AA, 77 and 78. RGB value is (170,119,120). Sum of RGB (Red+Green+Blue) = 170+119+120=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7778 is #558887. Grayscale: #868686. Windows color (decimal): -5605512 or 7894954. OLE color: 7894954.

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

Color convert

RGB170119120-
CMYK00.30.290.33
HSL358.82º23.08%56.67%-
HSV(B)358.82º30%66.67%-
XYZ26.5623.120.83-
YUV134.36119.9153.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=41.56%
G=29.10%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011912000.30.290.33358.8223.0856.67
HexAA777801E1D211671739
Octal25216717003635415472771
Binary10101010111011111110000111101110110000110110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7778; }

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

 H1.HeaderClassName
 {
   color: #AA7778;
 }
 .AnyTagClassName
 {
   color: #AA7778;
 }
</style>
background-color css

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

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

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

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

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

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