#AA797E

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

Shades of Turkish Rose #AA797E

Tints of Turkish Rose #AA797E

Color information

#AA797E (or 0xAA797E) is unknown color: approx Turkish Rose. HEX triplet: AA, 79 and 7E. RGB value is (170,121,126). Sum of RGB (Red+Green+Blue) = 170+121+126=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797E is #558681. Grayscale: #888888. Windows color (decimal): -5604994 or 8288682. OLE color: 8288682.

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

Color convert

RGB170121126-
CMYK00.290.260.33
HSL353.88º22.37%57.06%-
HSV(B)353.88º28.82%66.67%-
XYZ27.1823.7322.89-
YUV136.22122.23152.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=40.77%
G=29.02%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012112600.290.260.33353.8822.3757.06
HexAA797E01D1A211621639
Octal25217117603532415422671
Binary10101010111100111111100111011101010000110110001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA797E; }

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

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

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

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

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

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

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

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