#AA797B

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

Shades of Turkish Rose #AA797B

Tints of Turkish Rose #AA797B

Color information

#AA797B (or 0xAA797B) is unknown color: approx Turkish Rose. HEX triplet: AA, 79 and 7B. RGB value is (170,121,123). Sum of RGB (Red+Green+Blue) = 170+121+123=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797B is #558684. Grayscale: #878787. Windows color (decimal): -5604997 or 8092074. OLE color: 8092074.

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

Color convert

RGB170121123-
CMYK00.290.280.33
HSL357.55º22.37%57.06%-
HSV(B)357.55º28.82%66.67%-
XYZ26.9923.6521.88-
YUV135.88120.73152.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=41.06%
G=29.23%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012112300.290.280.33357.5522.3757.06
HexAA797B01D1C211661639
Octal25217117303534415462671
Binary10101010111100111110110111011110010000110110011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA797B; }

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

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

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

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

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

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

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

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