Html Css Color HEX #AE6673 Turkish Rose

📋 copy color: '#AE6673'

red 174 ◦ green 102 ◦ blue 115

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

Shades of Turkish Rose #AE6673

Tints of Turkish Rose #AE6673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.09%

 BLUE value IS 115 (45.31% from 255) = 29.41%

R = 44.5%
G = 26.09%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE6673 (or 0xAE6673) is known color: Turkish Rose. HEX triplet: AE, 66 and 73. RGB value is (174,102,115). Sum of RGB (Red+Green+Blue) = 174+102+115=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6673 is #51998C. Grayscale: #7D7D7D. Windows color (decimal): -5347725 or 7562926. OLE color: 7562926.

HSL color Cylindrical-coordinate representation of color #AE6673: hue angle of 349.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6673 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 102 115 -
CMYK 0 0.41 0.34 0.32
HSL 349.17º 0.31% 0.54% -
HSV(B) 349.17º 0.41% 0.68% -
XYZ 25.3 19.74 18.7 -
YUV 125.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 174 102 115 0 0.41 0.34 0.32 349.17 0.31 0.54
Hex AE 66 73 0 29 22 20 15D 1F 36
Octal 256 146 163 0 51 42 40 535 37 66
Binary 10101110 1100110 1110011 0 101001 100010 100000 101011101 11111 110110

Color Harmonies of #AE6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6673

Black with #AE6673

Text Example


Text Example

White with #AE6673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6673; }

 p { color: rgb(174,102,115); }

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

background-color css

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

 a { background-color: rgb(174,102,115); }

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

border-color css

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

 span { border-color: rgb(174,102,115); }

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