#AA606B

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

Shades of Turkish Rose #AA606B

Tints of Turkish Rose #AA606B

Color information

#AA606B (or 0xAA606B) is unknown color: approx Turkish Rose. HEX triplet: AA, 60 and 6B. RGB value is (170,96,107). Sum of RGB (Red+Green+Blue) = 170+96+107=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA606B is #559F94. Grayscale: #777777. Windows color (decimal): -5611413 or 7037098. OLE color: 7037098.

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

Color convert

RGB17096107-
CMYK00.440.370.33
HSL351.08º30.33%52.16%-
HSV(B)351.08º43.53%66.67%-
XYZ23.4117.9716.15-
YUV119.38121.02164.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=45.58%
G=25.74%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709610700.440.370.33351.0830.3352.16
HexAA606B02C252115f1e34
Octal25214015305445415373664
Binary1010101011000001101011010110010010110000110101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA606B; }

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

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

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

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

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

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

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

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