#AA737E

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

Shades of Turkish Rose #AA737E

Tints of Turkish Rose #AA737E

Color information

#AA737E (or 0xAA737E) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 7E. RGB value is (170,115,126). Sum of RGB (Red+Green+Blue) = 170+115+126=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737E is #558C81. Grayscale: #848484. Windows color (decimal): -5606530 or 8287146. OLE color: 8287146.

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

Color convert

RGB170115126-
CMYK00.320.260.33
HSL348º24.44%55.88%-
HSV(B)348º32.35%66.67%-
XYZ26.4722.3122.65-
YUV132.7124.22154.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=41.36%
G=27.98%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011512600.320.260.3334824.4455.88
HexAA737E0201A2115c1838
Octal25216317604032415343070
Binary101010101110011111111001000001101010000110101110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA737E; }

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

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

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

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

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

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

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

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