#AA6771

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

Shades of Turkish Rose #AA6771

Tints of Turkish Rose #AA6771

Color information

#AA6771 (or 0xAA6771) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 71. RGB value is (170,103,113). Sum of RGB (Red+Green+Blue) = 170+103+113=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6771 is #55988E. Grayscale: #7C7C7C. Windows color (decimal): -5609615 or 7432106. OLE color: 7432106.

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

Color convert

RGB170103113-
CMYK00.390.340.33
HSL351.04º28.27%53.53%-
HSV(B)351.04º39.41%66.67%-
XYZ24.4119.4418.09-
YUV124.17121.7160.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=44.04%
G=26.68%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010311300.390.340.33351.0428.2753.53
HexAA6771027222115f1c36
Octal25214716104742415373466
Binary1010101011001111110001010011110001010000110101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6771; }

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

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

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

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

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

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

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

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