#AA6976

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

Shades of Turkish Rose #AA6976

Tints of Turkish Rose #AA6976

Color information

#AA6976 (or 0xAA6976) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 76. RGB value is (170,105,118). Sum of RGB (Red+Green+Blue) = 170+105+118=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6976 is #559689. Grayscale: #7D7D7D. Windows color (decimal): -5609098 or 7760298. OLE color: 7760298.

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

Color convert

RGB170105118-
CMYK00.380.310.33
HSL348º27.66%53.92%-
HSV(B)348º38.24%66.67%-
XYZ24.919.9619.68-
YUV125.92123.53159.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=43.26%
G=26.72%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010511800.380.310.3334827.6653.92
HexAA69760261F2115c1c36
Octal25215116604637415343466
Binary101010101101001111011001001101111110000110101110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6976; }

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

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

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

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

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

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

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

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