#AE7B7C

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

Shades of Turkish Rose #AE7B7C

Tints of Turkish Rose #AE7B7C

Color information

#AE7B7C (or 0xAE7B7C) is unknown color: approx Turkish Rose. HEX triplet: AE, 7B and 7C. RGB value is (174,123,124). Sum of RGB (Red+Green+Blue) = 174+123+124=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B7C is #518483. Grayscale: #8A8A8A. Windows color (decimal): -5342340 or 8158126. OLE color: 8158126.

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

Color convert

RGB174123124-
CMYK00.290.290.32
HSL358.82º23.94%58.24%-
HSV(B)358.82º29.31%68.24%-
XYZ28.1824.6222.34-
YUV138.36119.9153.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=41.33%
G=29.22%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412312400.290.290.32358.8223.9458.24
HexAE7B7C01D1D20167183a
Octal25617317403535405473072
Binary10101110111101111111000111011110110000010110011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B7C; }

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

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

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

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

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

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

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

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