#AE7A7C

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

Shades of Turkish Rose #AE7A7C

Tints of Turkish Rose #AE7A7C

Color information

#AE7A7C (or 0xAE7A7C) is unknown color: approx Turkish Rose. HEX triplet: AE, 7A and 7C. RGB value is (174,122,124). Sum of RGB (Red+Green+Blue) = 174+122+124=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A7C is #518583. Grayscale: #898989. Windows color (decimal): -5342596 or 8157870. OLE color: 8157870.

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

Color convert

RGB174122124-
CMYK00.300.290.32
HSL357.69º24.3%58.04%-
HSV(B)357.69º29.89%68.24%-
XYZ28.0524.3722.29-
YUV137.78120.23153.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=41.43%
G=29.05%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412212400.300.290.32357.6924.358.04
HexAE7A7C01E1D20166183a
Octal25617217403635405463072
Binary10101110111101011111000111101110110000010110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7A7C; }

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

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

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

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

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

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

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

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