#AE7B7D

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

Shades of Turkish Rose #AE7B7D

Tints of Turkish Rose #AE7B7D

Color information

#AE7B7D (or 0xAE7B7D) is unknown color: approx Turkish Rose. HEX triplet: AE, 7B and 7D. RGB value is (174,123,125). Sum of RGB (Red+Green+Blue) = 174+123+125=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B7D is #518482. Grayscale: #8A8A8A. Windows color (decimal): -5342339 or 8223662. OLE color: 8223662.

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

Color convert

RGB174123125-
CMYK00.290.280.32
HSL357.65º23.94%58.24%-
HSV(B)357.65º29.31%68.24%-
XYZ28.2424.6522.67-
YUV138.48120.4153.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=41.23%
G=29.15%
B=29.62%

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
Decimal17412312500.290.280.32357.6523.9458.24
HexAE7B7D01D1C20166183a
Octal25617317503534405463072
Binary10101110111101111111010111011110010000010110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B7D; }

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

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

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

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

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

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

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

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