#AE6B7A

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

Shades of Turkish Rose #AE6B7A

Tints of Turkish Rose #AE6B7A

Color information

#AE6B7A (or 0xAE6B7A) is unknown color: approx Turkish Rose. HEX triplet: AE, 6B and 7A. RGB value is (174,107,122). Sum of RGB (Red+Green+Blue) = 174+107+122=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B7A is #519485. Grayscale: #808080. Windows color (decimal): -5346438 or 8022958. OLE color: 8022958.

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

Color convert

RGB174107122-
CMYK00.390.300.32
HSL346.57º29.26%55.1%-
HSV(B)346.57º38.51%68.24%-
XYZ26.2320.9221.07-
YUV128.74124.2160.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=43.18%
G=26.55%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410712200.390.300.32346.5729.2655.1
HexAE6B7A0271E2015b1d37
Octal25615317204736405333567
Binary101011101101011111101001001111111010000010101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B7A; }

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

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

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

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

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

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

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

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