#AA737D

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

Shades of Turkish Rose #AA737D

Tints of Turkish Rose #AA737D

Color information

#AA737D (or 0xAA737D) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 7D. RGB value is (170,115,125). Sum of RGB (Red+Green+Blue) = 170+115+125=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737D is #558C82. Grayscale: #848484. Windows color (decimal): -5606531 or 8221610. OLE color: 8221610.

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

Color convert

RGB170115125-
CMYK00.320.260.33
HSL349.09º24.44%55.88%-
HSV(B)349.09º32.35%66.67%-
XYZ26.4122.2922.31-
YUV132.58123.72154.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=41.46%
G=28.05%
B=30.49%

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
Decimal17011512500.320.260.33349.0924.4455.88
HexAA737D0201A2115d1838
Octal25216317504032415353070
Binary101010101110011111110101000001101010000110101110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA737D; }

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

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

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

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

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

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

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

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