#AE7779

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

Shades of Turkish Rose #AE7779

Tints of Turkish Rose #AE7779

Color information

#AE7779 (or 0xAE7779) is unknown color: approx Turkish Rose. HEX triplet: AE, 77 and 79. RGB value is (174,119,121). Sum of RGB (Red+Green+Blue) = 174+119+121=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7779 is #518886. Grayscale: #878787. Windows color (decimal): -5343367 or 7960494. OLE color: 7960494.

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

Color convert

RGB174119121-
CMYK00.320.300.32
HSL357.82º25.35%57.45%-
HSV(B)357.82º31.61%68.24%-
XYZ27.523.5721.19-
YUV135.67119.72155.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=42.03%
G=28.74%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411912100.320.300.32357.8225.3557.45
HexAE77790201E201661939
Octal25616717104036405463171
Binary101011101110111111100101000001111010000010110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7779; }

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

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

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

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

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

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

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

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