#AA6778

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

Shades of Turkish Rose #AA6778

Tints of Turkish Rose #AA6778

Color information

#AA6778 (or 0xAA6778) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 78. RGB value is (170,103,120). Sum of RGB (Red+Green+Blue) = 170+103+120=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6778 is #559887. Grayscale: #7C7C7C. Windows color (decimal): -5609608 or 7890858. OLE color: 7890858.

HSL color Cylindrical-coordinate representation of color #AA6778: hue angle of 344.78º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6778 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB170103120-
CMYK00.390.290.33
HSL344.78º28.27%53.53%-
HSV(B)344.78º39.41%66.67%-
XYZ24.8219.620.24-
YUV124.97125.2160.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=43.26%
G=26.21%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010312000.390.290.33344.7828.2753.53
HexAA67780271D211591c36
Octal25214717004735415313466
Binary101010101100111111100001001111110110000110101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6778; }

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

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

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

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

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

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

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

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