Html Css Color HEX #AE6374 Turkish Rose

📋 copy color: '#AE6374'

red 174 ◦ green 99 ◦ blue 116

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

Shades of Turkish Rose #AE6374

Tints of Turkish Rose #AE6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

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

R = 44.73%
G = 25.45%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE6374 (or 0xAE6374) is known color: Turkish Rose. HEX triplet: AE, 63 and 74. RGB value is (174,99,116). Sum of RGB (Red+Green+Blue) = 174+99+116=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6374 is #519C8B. Grayscale: #7B7B7B. Windows color (decimal): -5348492 or 7627694. OLE color: 7627694.

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

Color convert

RGB 174 99 116 -
CMYK 0 0.43 0.33 0.32
HSL 346.4º 0.32% 0.54% -
HSV(B) 346.4º 0.43% 0.68% -
XYZ 25.07 19.18 18.9 -
YUV 123.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 174 99 116 0 0.43 0.33 0.32 346.4 0.32 0.54
Hex AE 63 74 0 2B 21 20 15A 20 36
Octal 256 143 164 0 53 41 40 532 40 66
Binary 10101110 1100011 1110100 0 101011 100001 100000 101011010 100000 110110

Color Harmonies of #AE6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6374

Black with #AE6374

Text Example


Text Example

White with #AE6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6374; }

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

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

background-color css

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

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

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

border-color css

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

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

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