#AA6374

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

Shades of Turkish Rose #AA6374

Tints of Turkish Rose #AA6374

Color information

#AA6374 (or 0xAA6374) is unknown color: approx Turkish Rose. HEX triplet: AA, 63 and 74. RGB value is (170,99,116). Sum of RGB (Red+Green+Blue) = 170+99+116=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6374 is #559C8B. Grayscale: #7A7A7A. Windows color (decimal): -5610636 or 7627690. OLE color: 7627690.

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

Color convert

RGB17099116-
CMYK00.420.320.33
HSL345.63º29.46%52.75%-
HSV(B)345.63º41.76%66.67%-
XYZ24.1918.7318.86-
YUV122.17124.52162.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=44.16%
G=25.71%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709911600.420.320.33345.6329.4652.75
HexAA637402A202115a1d35
Octal25214316405240415323565
Binary1010101011000111110100010101010000010000110101101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6374; }

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

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

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

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

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

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

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

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