#AA7379

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

Shades of Turkish Rose #AA7379

Tints of Turkish Rose #AA7379

Color information

#AA7379 (or 0xAA7379) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 79. RGB value is (170,115,121). Sum of RGB (Red+Green+Blue) = 170+115+121=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7379 is #558C86. Grayscale: #848484. Windows color (decimal): -5606535 or 7959466. OLE color: 7959466.

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

Color convert

RGB170115121-
CMYK00.320.290.33
HSL353.45º24.44%55.88%-
HSV(B)353.45º32.35%66.67%-
XYZ26.1622.1920.99-
YUV132.13121.72155.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=41.87%
G=28.33%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011512100.320.290.33353.4524.4455.88
HexAA73790201D211611838
Octal25216317104035415413070
Binary101010101110011111100101000001110110000110110000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7379; }

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

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

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

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

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

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

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

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