#AE696E

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

Shades of Turkish Rose #AE696E

Tints of Turkish Rose #AE696E

Color information

#AE696E (or 0xAE696E) is unknown color: approx Turkish Rose. HEX triplet: AE, 69 and 6E. RGB value is (174,105,110). Sum of RGB (Red+Green+Blue) = 174+105+110=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE696E is #519691. Grayscale: #7E7E7E. Windows color (decimal): -5346962 or 7236014. OLE color: 7236014.

HSL color Cylindrical-coordinate representation of color #AE696E: hue angle of 355.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE696E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174105110-
CMYK00.400.370.32
HSL355.65º29.87%54.71%-
HSV(B)355.65º39.66%68.24%-
XYZ25.3220.2317.32-
YUV126.2118.86162.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=44.73%
G=26.99%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410511000.400.370.32355.6529.8754.71
HexAE696E02825201641e37
Octal25615115605045405443667
Binary1010111011010011101110010100010010110000010110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE696E; }

 p { color: rgb(174,105,110); }

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

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

 a { background-color: rgb(174,105,110); }

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

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

 span { border-color: rgb(174,105,110); }

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