#AE777E

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

Shades of Turkish Rose #AE777E

Tints of Turkish Rose #AE777E

Color information

#AE777E (or 0xAE777E) is unknown color: approx Turkish Rose. HEX triplet: AE, 77 and 7E. RGB value is (174,119,126). Sum of RGB (Red+Green+Blue) = 174+119+126=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE777E is #518881. Grayscale: #888888. Windows color (decimal): -5343362 or 8288174. OLE color: 8288174.

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

Color convert

RGB174119126-
CMYK00.320.280.32
HSL352.36º25.35%57.45%-
HSV(B)352.36º31.61%68.24%-
XYZ27.8223.722.85-
YUV136.24122.22154.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=41.53%
G=28.40%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411912600.320.280.32352.3625.3557.45
HexAE777E0201C201601939
Octal25616717604034405403171
Binary101011101110111111111001000001110010000010110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE777E; }

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

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

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

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

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

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

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

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