#AE7D7F

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

Shades of Turkish Rose #AE7D7F

Tints of Turkish Rose #AE7D7F

Color information

#AE7D7F (or 0xAE7D7F) is unknown color: approx Turkish Rose. HEX triplet: AE, 7D and 7F. RGB value is (174,125,127). Sum of RGB (Red+Green+Blue) = 174+125+127=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D7F is #518280. Grayscale: #8B8B8B. Windows color (decimal): -5341825 or 8355246. OLE color: 8355246.

HSL color Cylindrical-coordinate representation of color #AE7D7F: hue angle of 357.55º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7D7F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB174125127-
CMYK00.280.270.32
HSL357.55º23.22%58.63%-
HSV(B)357.55º28.16%68.24%-
XYZ28.6225.223.43-
YUV139.88120.73152.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 127 (50% from 255) = 29.81%
R=40.85%
G=29.34%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412512700.280.270.32357.5523.2258.63
HexAE7D7F01C1B20166173b
Octal25617517703433405462773
Binary10101110111110111111110111001101110000010110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D7F; }

 p { color: rgb(174,125,127); }

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

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

 a { background-color: rgb(174,125,127); }

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

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

 span { border-color: rgb(174,125,127); }

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