#AA616F

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

Shades of Turkish Rose #AA616F

Tints of Turkish Rose #AA616F

Color information

#AA616F (or 0xAA616F) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 6F. RGB value is (170,97,111). Sum of RGB (Red+Green+Blue) = 170+97+111=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA616F is #559E90. Grayscale: #787878. Windows color (decimal): -5611153 or 7299498. OLE color: 7299498.

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

Color convert

RGB17097111-
CMYK00.430.350.33
HSL348.49º30.04%52.35%-
HSV(B)348.49º42.94%66.67%-
XYZ23.7218.2417.31-
YUV120.42122.68163.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=44.97%
G=25.66%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709711100.430.350.33348.4930.0452.35
HexAA616F02B232115c1e34
Octal25214115705343415343664
Binary1010101011000011101111010101110001110000110101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA616F; }

 p { color: rgb(170,97,111); }

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

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

 a { background-color: rgb(170,97,111); }

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

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

 span { border-color: rgb(170,97,111); }

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