Html Css Color HEX #AE6472 Turkish Rose

📋 copy color: '#AE6472'

red 174 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #AE6472

Tints of Turkish Rose #AE6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 44.85%
G = 25.77%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE6472 (or 0xAE6472) is known color: Turkish Rose. HEX triplet: AE, 64 and 72. RGB value is (174,100,114). Sum of RGB (Red+Green+Blue) = 174+100+114=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6472 is #519B8D. Grayscale: #7B7B7B. Windows color (decimal): -5348238 or 7496878. OLE color: 7496878.

HSL color Cylindrical-coordinate representation of color #AE6472: hue angle of 348.65º degrees, saturation: 0.31, 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 #AE6472 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 100 114 -
CMYK 0 0.43 0.34 0.32
HSL 348.65º 0.31% 0.54% -
HSV(B) 348.65º 0.43% 0.68% -
XYZ 25.05 19.33 18.33 -
YUV 123.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 174 100 114 0 0.43 0.34 0.32 348.65 0.31 0.54
Hex AE 64 72 0 2B 22 20 15D 1F 36
Octal 256 144 162 0 53 42 40 535 37 66
Binary 10101110 1100100 1110010 0 101011 100010 100000 101011101 11111 110110

Color Harmonies of #AE6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6472

Black with #AE6472

Text Example


Text Example

White with #AE6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6472; }

 p { color: rgb(174,100,114); }

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

background-color css

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

 a { background-color: rgb(174,100,114); }

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

border-color css

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

 span { border-color: rgb(174,100,114); }

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