#AE696C

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

Shades of Turkish Rose #AE696C

Tints of Turkish Rose #AE696C

Color information

#AE696C (or 0xAE696C) is unknown color: approx Turkish Rose. HEX triplet: AE, 69 and 6C. RGB value is (174,105,108). Sum of RGB (Red+Green+Blue) = 174+105+108=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE696C is #519693. Grayscale: #7E7E7E. Windows color (decimal): -5346964 or 7104942. OLE color: 7104942.

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

Color convert

RGB174105108-
CMYK00.400.380.32
HSL357.39º29.87%54.71%-
HSV(B)357.39º39.66%68.24%-
XYZ25.2120.1816.75-
YUV125.97117.86162.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=44.96%
G=27.13%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410510800.400.380.32357.3929.8754.71
HexAE696C02826201651e37
Octal25615115405046405453667
Binary1010111011010011101100010100010011010000010110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE696C; }

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

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

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

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

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

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

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

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