#AA7779

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

Shades of Turkish Rose #AA7779

Tints of Turkish Rose #AA7779

Color information

#AA7779 (or 0xAA7779) is unknown color: approx Turkish Rose. HEX triplet: AA, 77 and 79. RGB value is (170,119,121). Sum of RGB (Red+Green+Blue) = 170+119+121=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7779 is #558886. Grayscale: #868686. Windows color (decimal): -5605511 or 7960490. OLE color: 7960490.

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

Color convert

RGB170119121-
CMYK00.30.290.33
HSL357.65º23.08%56.67%-
HSV(B)357.65º30%66.67%-
XYZ26.6323.1221.15-
YUV134.48120.4153.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=41.46%
G=29.02%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011912100.30.290.33357.6523.0856.67
HexAA777901E1D211661739
Octal25216717103635415462771
Binary10101010111011111110010111101110110000110110011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7779; }

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

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

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

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

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

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

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

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