#AA737B

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

Shades of Turkish Rose #AA737B

Tints of Turkish Rose #AA737B

Color information

#AA737B (or 0xAA737B) is unknown color: approx Turkish Rose. HEX triplet: AA, 73 and 7B. RGB value is (170,115,123). Sum of RGB (Red+Green+Blue) = 170+115+123=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737B is #558C84. Grayscale: #848484. Windows color (decimal): -5606533 or 8090538. OLE color: 8090538.

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

Color convert

RGB170115123-
CMYK00.320.280.33
HSL351.27º24.44%55.88%-
HSV(B)351.27º32.35%66.67%-
XYZ26.2822.2421.65-
YUV132.36122.72154.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=41.67%
G=28.19%
B=30.15%

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
Decimal17011512300.320.280.33351.2724.4455.88
HexAA737B0201C2115f1838
Octal25216317304034415373070
Binary101010101110011111101101000001110010000110101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA737B; }

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

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

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

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

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

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

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

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