#AA6474

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

Shades of Turkish Rose #AA6474

Tints of Turkish Rose #AA6474

Color information

#AA6474 (or 0xAA6474) is unknown color: approx Turkish Rose. HEX triplet: AA, 64 and 74. RGB value is (170,100,116). Sum of RGB (Red+Green+Blue) = 170+100+116=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6474 is #559B8B. Grayscale: #7A7A7A. Windows color (decimal): -5610380 or 7627946. OLE color: 7627946.

HSL color Cylindrical-coordinate representation of color #AA6474: hue angle of 346.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6474 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB170100116-
CMYK00.410.320.33
HSL346.29º29.17%52.94%-
HSV(B)346.29º41.18%66.67%-
XYZ24.2918.9218.9-
YUV122.75124.19161.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=44.04%
G=25.91%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010011600.410.320.33346.2929.1752.94
HexAA6474029202115a1d35
Octal25214416405140415323565
Binary1010101011001001110100010100110000010000110101101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6474; }

 p { color: rgb(170,100,116); }

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

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

 a { background-color: rgb(170,100,116); }

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

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

 span { border-color: rgb(170,100,116); }

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