#AE6979

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

Shades of Turkish Rose #AE6979

Tints of Turkish Rose #AE6979

Color information

#AE6979 (or 0xAE6979) is unknown color: approx Turkish Rose. HEX triplet: AE, 69 and 79. RGB value is (174,105,121). Sum of RGB (Red+Green+Blue) = 174+105+121=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6979 is #519686. Grayscale: #7F7F7F. Windows color (decimal): -5346951 or 7956910. OLE color: 7956910.

HSL color Cylindrical-coordinate representation of color #AE6979: hue angle of 346.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6979 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174105121-
CMYK00.400.300.32
HSL346.09º29.87%54.71%-
HSV(B)346.09º39.66%68.24%-
XYZ25.9620.4820.67-
YUV127.46124.36161.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=43.5%
G=26.25%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410512100.400.300.32346.0929.8754.71
HexAE69790281E2015a1e37
Octal25615117105036405323667
Binary101011101101001111100101010001111010000010101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6979; }

 p { color: rgb(174,105,121); }

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

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

 a { background-color: rgb(174,105,121); }

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

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

 span { border-color: rgb(174,105,121); }

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