#AE7B7F

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

Shades of Turkish Rose #AE7B7F

Tints of Turkish Rose #AE7B7F

Color information

#AE7B7F (or 0xAE7B7F) is unknown color: approx Turkish Rose. HEX triplet: AE, 7B and 7F. RGB value is (174,123,127). Sum of RGB (Red+Green+Blue) = 174+123+127=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B7F is #518480. Grayscale: #8A8A8A. Windows color (decimal): -5342337 or 8354734. OLE color: 8354734.

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

Color convert

RGB174123127-
CMYK00.290.270.32
HSL355.29º23.94%58.24%-
HSV(B)355.29º29.31%68.24%-
XYZ28.3724.723.35-
YUV138.7121.4153.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 127 (50% from 255) = 29.95%
R=41.04%
G=29.01%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412312700.290.270.32355.2923.9458.24
HexAE7B7F01D1B20163183a
Octal25617317703533405433072
Binary10101110111101111111110111011101110000010110001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B7F; }

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

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

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

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

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

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

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

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