Html Css Color HEX #AE6272 Turkish Rose

📋 copy color: '#AE6272'

red 174 ◦ green 98 ◦ blue 114

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

Shades of Turkish Rose #AE6272

Tints of Turkish Rose #AE6272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

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

R = 45.08%
G = 25.39%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE6272 (or 0xAE6272) is known color: Turkish Rose. HEX triplet: AE, 62 and 72. RGB value is (174,98,114). Sum of RGB (Red+Green+Blue) = 174+98+114=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6272 is #519D8D. Grayscale: #7A7A7A. Windows color (decimal): -5348750 or 7496366. OLE color: 7496366.

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

Color convert

RGB 174 98 114 -
CMYK 0 0.44 0.34 0.32
HSL 347.37º 0.32% 0.53% -
HSV(B) 347.37º 0.44% 0.68% -
XYZ 24.86 18.95 18.27 -
YUV 122.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 174 98 114 0 0.44 0.34 0.32 347.37 0.32 0.53
Hex AE 62 72 0 2C 22 20 15B 20 35
Octal 256 142 162 0 54 42 40 533 40 65
Binary 10101110 1100010 1110010 0 101100 100010 100000 101011011 100000 110101

Color Harmonies of #AE6272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6272

Black with #AE6272

Text Example


Text Example

White with #AE6272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6272; }

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

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

background-color css

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

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

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

border-color css

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

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

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