#AA727D

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

Shades of Turkish Rose #AA727D

Tints of Turkish Rose #AA727D

Color information

#AA727D (or 0xAA727D) is unknown color: approx Turkish Rose. HEX triplet: AA, 72 and 7D. RGB value is (170,114,125). Sum of RGB (Red+Green+Blue) = 170+114+125=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA727D is #558D82. Grayscale: #848484. Windows color (decimal): -5606787 or 8221354. OLE color: 8221354.

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

Color convert

RGB170114125-
CMYK00.330.260.33
HSL348.21º24.78%55.69%-
HSV(B)348.21º32.94%66.67%-
XYZ26.322.0622.27-
YUV132124.05155.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=41.56%
G=27.87%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011412500.330.260.33348.2124.7855.69
HexAA727D0211A2115c1938
Octal25216217504132415343170
Binary101010101110010111110101000011101010000110101110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA727D; }

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

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

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

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

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

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

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

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