Html Css Color HEX #AE606C Turkish Rose

📋 copy color: '#AE606C'

red 174 ◦ green 96 ◦ blue 108

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

Shades of Turkish Rose #AE606C

Tints of Turkish Rose #AE606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 46.03%
G = 25.4%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE606C (or 0xAE606C) is known color: Turkish Rose. HEX triplet: AE, 60 and 6C. RGB value is (174,96,108). Sum of RGB (Red+Green+Blue) = 174+96+108=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE606C is #519F93. Grayscale: #787878. Windows color (decimal): -5349268 or 7102638. OLE color: 7102638.

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

Color convert

RGB 174 96 108 -
CMYK 0 0.45 0.38 0.32
HSL 350.77º 0.33% 0.53% -
HSV(B) 350.77º 0.45% 0.68% -
XYZ 24.35 18.45 16.46 -
YUV 120.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 174 96 108 0 0.45 0.38 0.32 350.77 0.33 0.53
Hex AE 60 6C 0 2D 26 20 15F 20 35
Octal 256 140 154 0 55 46 40 537 40 65
Binary 10101110 1100000 1101100 0 101101 100110 100000 101011111 100000 110101

Color Harmonies of #AE606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE606C

Black with #AE606C

Text Example


Text Example

White with #AE606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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