#AA6D7A

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

Shades of Turkish Rose #AA6D7A

Tints of Turkish Rose #AA6D7A

Color information

#AA6D7A (or 0xAA6D7A) is unknown color: approx Turkish Rose. HEX triplet: AA, 6D and 7A. RGB value is (170,109,122). Sum of RGB (Red+Green+Blue) = 170+109+122=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D7A is #559285. Grayscale: #808080. Windows color (decimal): -5608070 or 8023466. OLE color: 8023466.

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

Color convert

RGB170109122-
CMYK00.360.280.33
HSL347.21º26.41%54.71%-
HSV(B)347.21º35.88%66.67%-
XYZ25.5620.8921.1-
YUV128.72124.21157.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=42.39%
G=27.18%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010912200.360.280.33347.2126.4154.71
HexAA6D7A0241C2115b1a37
Octal25215517204434415333267
Binary101010101101101111101001001001110010000110101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D7A; }

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

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

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

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

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

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

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

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