#AA616B

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

Shades of Turkish Rose #AA616B

Tints of Turkish Rose #AA616B

Color information

#AA616B (or 0xAA616B) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 6B. RGB value is (170,97,107). Sum of RGB (Red+Green+Blue) = 170+97+107=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA616B is #559E94. Grayscale: #777777. Windows color (decimal): -5611157 or 7037354. OLE color: 7037354.

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

Color convert

RGB17097107-
CMYK00.430.370.33
HSL351.78º30.04%52.35%-
HSV(B)351.78º42.94%66.67%-
XYZ23.5118.1616.18-
YUV119.97120.68163.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=45.45%
G=25.94%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709710700.430.370.33351.7830.0452.35
HexAA616B02B25211601e34
Octal25214115305345415403664
Binary1010101011000011101011010101110010110000110110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA616B; }

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

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

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

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

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

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

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

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