#AE7577

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

Shades of Turkish Rose #AE7577

Tints of Turkish Rose #AE7577

Color information

#AE7577 (or 0xAE7577) is unknown color: approx Turkish Rose. HEX triplet: AE, 75 and 77. RGB value is (174,117,119). Sum of RGB (Red+Green+Blue) = 174+117+119=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7577 is #518A88. Grayscale: #868686. Windows color (decimal): -5343881 or 7828910. OLE color: 7828910.

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

Color convert

RGB174117119-
CMYK00.330.320.32
HSL357.89º26.03%57.06%-
HSV(B)357.89º32.76%68.24%-
XYZ27.1523.0520.47-
YUV134.27119.38156.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=42.44%
G=28.54%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411711900.330.320.32357.8926.0357.06
HexAE757702120201661a39
Octal25616516704140405463271
Binary1010111011101011110111010000110000010000010110011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7577; }

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

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

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

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

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

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

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

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