#AE7B7E

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

Shades of Turkish Rose #AE7B7E

Tints of Turkish Rose #AE7B7E

Color information

#AE7B7E (or 0xAE7B7E) is unknown color: approx Turkish Rose. HEX triplet: AE, 7B and 7E. RGB value is (174,123,126). Sum of RGB (Red+Green+Blue) = 174+123+126=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B7E is #518481. Grayscale: #8A8A8A. Windows color (decimal): -5342338 or 8289198. OLE color: 8289198.

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

Color convert

RGB174123126-
CMYK00.290.280.32
HSL356.47º23.94%58.24%-
HSV(B)356.47º29.31%68.24%-
XYZ28.324.6723.01-
YUV138.59120.9153.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=41.13%
G=29.08%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412312600.290.280.32356.4723.9458.24
HexAE7B7E01D1C20164183a
Octal25617317603534405443072
Binary10101110111101111111100111011110010000010110010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B7E; }

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

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

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

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

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

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

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

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