#AA727A

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

Shades of Turkish Rose #AA727A

Tints of Turkish Rose #AA727A

Color information

#AA727A (or 0xAA727A) is unknown color: approx Turkish Rose. HEX triplet: AA, 72 and 7A. RGB value is (170,114,122). Sum of RGB (Red+Green+Blue) = 170+114+122=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727A is #558D85. Grayscale: #838383. Windows color (decimal): -5606790 or 8024746. OLE color: 8024746.

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

Color convert

RGB170114122-
CMYK00.330.280.33
HSL351.43º24.78%55.69%-
HSV(B)351.43º32.94%66.67%-
XYZ26.1121.9921.28-
YUV131.66122.55155.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=41.87%
G=28.08%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011412200.330.280.33351.4324.7855.69
HexAA727A0211C2115f1938
Octal25216217204134415373170
Binary101010101110010111101001000011110010000110101111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA727A; }

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

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

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

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

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

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

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

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