#AA6774

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

Shades of Turkish Rose #AA6774

Tints of Turkish Rose #AA6774

Color information

#AA6774 (or 0xAA6774) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 74. RGB value is (170,103,116). Sum of RGB (Red+Green+Blue) = 170+103+116=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6774 is #55988B. Grayscale: #7C7C7C. Windows color (decimal): -5609612 or 7628714. OLE color: 7628714.

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

Color convert

RGB170103116-
CMYK00.390.320.33
HSL348.36º28.27%53.53%-
HSV(B)348.36º39.41%66.67%-
XYZ24.5819.5118.99-
YUV124.52123.2160.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=43.70%
G=26.48%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010311600.390.320.33348.3628.2753.53
HexAA6774027202115c1c36
Octal25214716404740415343466
Binary1010101011001111110100010011110000010000110101110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6774; }

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

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

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

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

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

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

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

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