#AA606A

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

Shades of Turkish Rose #AA606A

Tints of Turkish Rose #AA606A

Color information

#AA606A (or 0xAA606A) is unknown color: approx Turkish Rose. HEX triplet: AA, 60 and 6A. RGB value is (170,96,106). Sum of RGB (Red+Green+Blue) = 170+96+106=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA606A is #559F95. Grayscale: #777777. Windows color (decimal): -5611414 or 6971562. OLE color: 6971562.

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

Color convert

RGB17096106-
CMYK00.440.380.33
HSL351.89º30.33%52.16%-
HSV(B)351.89º43.53%66.67%-
XYZ23.3617.9515.87-
YUV119.27120.52164.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=45.70%
G=25.81%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709610600.440.380.33351.8930.3352.16
HexAA606A02C26211601e34
Octal25214015205446415403664
Binary1010101011000001101010010110010011010000110110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA606A; }

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

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

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

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

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

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

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

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