#AA727B

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

Shades of Turkish Rose #AA727B

Tints of Turkish Rose #AA727B

Color information

#AA727B (or 0xAA727B) is unknown color: approx Turkish Rose. HEX triplet: AA, 72 and 7B. RGB value is (170,114,123). Sum of RGB (Red+Green+Blue) = 170+114+123=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727B is #558D84. Grayscale: #838383. Windows color (decimal): -5606789 or 8090282. OLE color: 8090282.

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

Color convert

RGB170114123-
CMYK00.330.280.33
HSL350.36º24.78%55.69%-
HSV(B)350.36º32.94%66.67%-
XYZ26.1722.0121.61-
YUV131.77123.05155.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=41.77%
G=28.01%
B=30.22%

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
Decimal17011412300.330.280.33350.3624.7855.69
HexAA727B0211C2115e1938
Octal25216217304134415363170
Binary101010101110010111101101000011110010000110101111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA727B; }

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

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

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

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

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

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

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

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