#AA797A

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

Shades of Turkish Rose #AA797A

Tints of Turkish Rose #AA797A

Color information

#AA797A (or 0xAA797A) is unknown color: approx Turkish Rose. HEX triplet: AA, 79 and 7A. RGB value is (170,121,122). Sum of RGB (Red+Green+Blue) = 170+121+122=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA797A is #558685. Grayscale: #878787. Windows color (decimal): -5604998 or 8026538. OLE color: 8026538.

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

Color convert

RGB170121122-
CMYK00.290.280.33
HSL358.78º22.37%57.06%-
HSV(B)358.78º28.82%66.67%-
XYZ26.9323.6321.55-
YUV135.76120.23152.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=41.16%
G=29.30%
B=29.54%

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
Decimal17012112200.290.280.33358.7822.3757.06
HexAA797A01D1C211671639
Octal25217117203534415472671
Binary10101010111100111110100111011110010000110110011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA797A; }

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

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

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

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

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

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

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

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