Html Css Color HEX #AE606D Turkish Rose

📋 copy color: '#AE606D'

red 174 ◦ green 96 ◦ blue 109

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

Shades of Turkish Rose #AE606D

Tints of Turkish Rose #AE606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

 BLUE value IS 109 (42.97% from 255) = 28.76%

R = 45.91%
G = 25.33%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE606D (or 0xAE606D) is known color: Turkish Rose. HEX triplet: AE, 60 and 6D. RGB value is (174,96,109). Sum of RGB (Red+Green+Blue) = 174+96+109=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE606D is #519F92. Grayscale: #787878. Windows color (decimal): -5349267 or 7168174. OLE color: 7168174.

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

Color convert

RGB 174 96 109 -
CMYK 0 0.45 0.37 0.32
HSL 350º 0.33% 0.53% -
HSV(B) 350º 0.45% 0.68% -
XYZ 24.4 18.47 16.75 -
YUV 120.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 174 96 109 0 0.45 0.37 0.32 350 0.33 0.53
Hex AE 60 6D 0 2D 25 20 15E 20 35
Octal 256 140 155 0 55 45 40 536 40 65
Binary 10101110 1100000 1101101 0 101101 100101 100000 101011110 100000 110101

Color Harmonies of #AE606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE606D

Black with #AE606D

Text Example


Text Example

White with #AE606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE606D; }

 p { color: rgb(174,96,109); }

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

background-color css

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

 a { background-color: rgb(174,96,109); }

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

border-color css

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

 span { border-color: rgb(174,96,109); }

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