#AA797C

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

Shades of Turkish Rose #AA797C

Tints of Turkish Rose #AA797C

Color information

#AA797C (or 0xAA797C) is unknown color: approx Turkish Rose. HEX triplet: AA, 79 and 7C. RGB value is (170,121,124). Sum of RGB (Red+Green+Blue) = 170+121+124=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797C is #558683. Grayscale: #888888. Windows color (decimal): -5604996 or 8157610. OLE color: 8157610.

HSL color Cylindrical-coordinate representation of color #AA797C: hue angle of 356.33º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA797C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB170121124-
CMYK00.290.270.33
HSL356.33º22.37%57.06%-
HSV(B)356.33º28.82%66.67%-
XYZ27.0523.6822.21-
YUV135.99121.23152.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=40.96%
G=29.16%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012112400.290.270.33356.3322.3757.06
HexAA797C01D1B211641639
Octal25217117403533415442671
Binary10101010111100111111000111011101110000110110010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA797C; }

 p { color: rgb(170,121,124); }

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

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

 a { background-color: rgb(170,121,124); }

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

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

 span { border-color: rgb(170,121,124); }

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