Html Css Color HEX #AE6574 Turkish Rose

📋 copy color: '#AE6574'

red 174 ◦ green 101 ◦ blue 116

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

Shades of Turkish Rose #AE6574

Tints of Turkish Rose #AE6574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.83%

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 44.5%
G = 25.83%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE6574 (or 0xAE6574) is known color: Turkish Rose. HEX triplet: AE, 65 and 74. RGB value is (174,101,116). Sum of RGB (Red+Green+Blue) = 174+101+116=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6574 is #519A8B. Grayscale: #7C7C7C. Windows color (decimal): -5347980 or 7628206. OLE color: 7628206.

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

Color convert

RGB 174 101 116 -
CMYK 0 0.42 0.33 0.32
HSL 347.67º 0.31% 0.54% -
HSV(B) 347.67º 0.42% 0.68% -
XYZ 25.26 19.57 18.97 -
YUV 124.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 174 101 116 0 0.42 0.33 0.32 347.67 0.31 0.54
Hex AE 65 74 0 2A 21 20 15C 1F 36
Octal 256 145 164 0 52 41 40 534 37 66
Binary 10101110 1100101 1110100 0 101010 100001 100000 101011100 11111 110110

Color Harmonies of #AE6574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6574

Black with #AE6574

Text Example


Text Example

White with #AE6574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6574; }

 p { color: rgb(174,101,116); }

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

background-color css

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

 a { background-color: rgb(174,101,116); }

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

border-color css

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

 span { border-color: rgb(174,101,116); }

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