#AA6977

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

Shades of Turkish Rose #AA6977

Tints of Turkish Rose #AA6977

Color information

#AA6977 (or 0xAA6977) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 77. RGB value is (170,105,119). Sum of RGB (Red+Green+Blue) = 170+105+119=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6977 is #559688. Grayscale: #7E7E7E. Windows color (decimal): -5609097 or 7825834. OLE color: 7825834.

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

Color convert

RGB170105119-
CMYK00.380.30.33
HSL347.08º27.66%53.92%-
HSV(B)347.08º38.24%66.67%-
XYZ24.9619.9819.99-
YUV126.03124.03159.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=43.15%
G=26.65%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010511900.380.30.33347.0827.6653.92
HexAA69770261E2115b1c36
Octal25215116704636415333466
Binary101010101101001111011101001101111010000110101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6977; }

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

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

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

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

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

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

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

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