Html Css Color HEX #AE616F Turkish Rose

📋 copy color: '#AE616F'

red 174 ◦ green 97 ◦ blue 111

#AE616F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AE616F

Tints of Turkish Rose #AE616F

RGB

 RED value IS 174 (68.36% from 255) = 45.55%

 GREEN value IS 97 (38.28% from 255) = 25.39%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 45.55%
G = 25.39%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE616F (or 0xAE616F) is known color: Turkish Rose. HEX triplet: AE, 61 and 6F. RGB value is (174,97,111). Sum of RGB (Red+Green+Blue) = 174+97+111=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE616F is #519E90. Grayscale: #797979. Windows color (decimal): -5349009 or 7299502. OLE color: 7299502.

HSL color Cylindrical-coordinate representation of color #AE616F: hue angle of 349.09º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE616F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 97 111 -
CMYK 0 0.44 0.36 0.32
HSL 349.09º 0.32% 0.53% -
HSV(B) 349.09º 0.44% 0.68% -
XYZ 24.6 18.7 17.35 -
YUV 121.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 174 97 111 0 0.44 0.36 0.32 349.09 0.32 0.53
Hex AE 61 6F 0 2C 24 20 15D 20 35
Octal 256 141 157 0 54 44 40 535 40 65
Binary 10101110 1100001 1101111 0 101100 100100 100000 101011101 100000 110101

Color Harmonies of #AE616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE616F

Black with #AE616F

Text Example


Text Example

White with #AE616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE616F; }

 p { color: rgb(174,97,111); }

 H1.HeaderClassName
 {
   color: #AE616F;
 }
 .AnyTagClassName
 {
   color: #AE616F;
 }
</style>

background-color css

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

 a { background-color: rgb(174,97,111); }

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

border-color css

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

 span { border-color: rgb(174,97,111); }

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