#AA6974

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

Shades of Turkish Rose #AA6974

Tints of Turkish Rose #AA6974

Color information

#AA6974 (or 0xAA6974) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 74. RGB value is (170,105,116). Sum of RGB (Red+Green+Blue) = 170+105+116=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6974 is #55968B. Grayscale: #7D7D7D. Windows color (decimal): -5609100 or 7629226. OLE color: 7629226.

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

Color convert

RGB170105116-
CMYK00.380.320.33
HSL349.85º27.66%53.92%-
HSV(B)349.85º38.24%66.67%-
XYZ24.7819.9119.06-
YUV125.69122.53159.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=43.48%
G=26.85%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010511600.380.320.33349.8527.6653.92
HexAA6974026202115e1c36
Octal25215116404640415363466
Binary1010101011010011110100010011010000010000110101111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6974; }

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

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

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

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

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

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

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

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