#AA6574

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

Shades of Turkish Rose #AA6574

Tints of Turkish Rose #AA6574

Color information

#AA6574 (or 0xAA6574) is unknown color: approx Turkish Rose. HEX triplet: AA, 65 and 74. RGB value is (170,101,116). Sum of RGB (Red+Green+Blue) = 170+101+116=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6574 is #559A8B. Grayscale: #7B7B7B. Windows color (decimal): -5610124 or 7628202. OLE color: 7628202.

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

Color convert

RGB170101116-
CMYK00.410.320.33
HSL346.96º28.87%53.14%-
HSV(B)346.96º40.59%66.67%-
XYZ24.3819.1118.93-
YUV123.34123.86161.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=43.93%
G=26.10%
B=29.97%

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
Decimal17010111600.410.320.33346.9628.8753.14
HexAA6574029202115b1d35
Octal25214516405140415333565
Binary1010101011001011110100010100110000010000110101101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6574; }

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

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

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

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

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

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

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

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