#AA606D

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

Shades of Turkish Rose #AA606D

Tints of Turkish Rose #AA606D

Color information

#AA606D (or 0xAA606D) is unknown color: approx Turkish Rose. HEX triplet: AA, 60 and 6D. RGB value is (170,96,109). Sum of RGB (Red+Green+Blue) = 170+96+109=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA606D is #559F92. Grayscale: #777777. Windows color (decimal): -5611411 or 7168170. OLE color: 7168170.

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

Color convert

RGB17096109-
CMYK00.440.360.33
HSL349.46º30.33%52.16%-
HSV(B)349.46º43.53%66.67%-
XYZ23.5218.0216.71-
YUV119.61122.02163.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=45.33%
G=25.6%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709610900.440.360.33349.4630.3352.16
HexAA606D02C242115d1e34
Octal25214015505444415353664
Binary1010101011000001101101010110010010010000110101110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA606D; }

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

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

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

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

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

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

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

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