#AA6776

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

Shades of Turkish Rose #AA6776

Tints of Turkish Rose #AA6776

Color information

#AA6776 (or 0xAA6776) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 76. RGB value is (170,103,118). Sum of RGB (Red+Green+Blue) = 170+103+118=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6776 is #559889. Grayscale: #7C7C7C. Windows color (decimal): -5609610 or 7759786. OLE color: 7759786.

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

Color convert

RGB170103118-
CMYK00.390.310.33
HSL346.57º28.27%53.53%-
HSV(B)346.57º39.41%66.67%-
XYZ24.719.5519.61-
YUV124.74124.2160.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=43.48%
G=26.34%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010311800.390.310.33346.5728.2753.53
HexAA67760271F2115b1c36
Octal25214716604737415333466
Binary101010101100111111011001001111111110000110101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6776; }

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

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

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

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

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

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

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

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