#AA737A

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

Shades of Turkish Rose #AA737A

Tints of Turkish Rose #AA737A

Color information

#AA737A (or 0xAA737A) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 7A. RGB value is (170,115,122). Sum of RGB (Red+Green+Blue) = 170+115+122=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737A is #558C85. Grayscale: #848484. Windows color (decimal): -5606534 or 8025002. OLE color: 8025002.

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

Color convert

RGB170115122-
CMYK00.320.280.33
HSL352.36º24.44%55.88%-
HSV(B)352.36º32.35%66.67%-
XYZ26.2222.2121.32-
YUV132.24122.22154.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=41.77%
G=28.26%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011512200.320.280.33352.3624.4455.88
HexAA737A0201C211601838
Octal25216317204034415403070
Binary101010101110011111101001000001110010000110110000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA737A; }

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

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

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

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

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

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

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

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