#AE666B

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

Shades of Turkish Rose #AE666B

Tints of Turkish Rose #AE666B

Color information

#AE666B (or 0xAE666B) is unknown color: approx Turkish Rose. HEX triplet: AE, 66 and 6B. RGB value is (174,102,107). Sum of RGB (Red+Green+Blue) = 174+102+107=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE666B is #519994. Grayscale: #7C7C7C. Windows color (decimal): -5347733 or 7038638. OLE color: 7038638.

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

Color convert

RGB174102107-
CMYK00.410.390.32
HSL355.83º30.77%54.12%-
HSV(B)355.83º41.38%68.24%-
XYZ24.8619.5616.38-
YUV124.1118.35163.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=45.43%
G=26.63%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410210700.410.390.32355.8330.7754.12
HexAE666B02927201641f36
Octal25614615305147405443766
Binary1010111011001101101011010100110011110000010110010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE666B; }

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

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

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

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

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

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

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

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