#AE666A

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

Shades of Turkish Rose #AE666A

Tints of Turkish Rose #AE666A

Color information

#AE666A (or 0xAE666A) is unknown color: approx Turkish Rose. HEX triplet: AE, 66 and 6A. RGB value is (174,102,106). Sum of RGB (Red+Green+Blue) = 174+102+106=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE666A is #519995. Grayscale: #7C7C7C. Windows color (decimal): -5347734 or 6973102. OLE color: 6973102.

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

Color convert

RGB174102106-
CMYK00.410.390.32
HSL356.67º30.77%54.12%-
HSV(B)356.67º41.38%68.24%-
XYZ24.8119.5416.1-
YUV123.98117.85163.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=45.55%
G=26.70%
B=27.75%

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
Decimal17410210600.410.390.32356.6730.7754.12
HexAE666A02927201651f36
Octal25614615205147405453766
Binary1010111011001101101010010100110011110000010110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE666A; }

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

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

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

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

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

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

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

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