Html Css Color HEX #AE7273 Turkish Rose

📋 copy color: '#AE7273'

red 174 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #AE7273

Tints of Turkish Rose #AE7273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.29%

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

R = 43.18%
G = 28.29%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE7273 (or 0xAE7273) is known color: Turkish Rose. HEX triplet: AE, 72 and 73. RGB value is (174,114,115). Sum of RGB (Red+Green+Blue) = 174+114+115=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7273 is #518D8C. Grayscale: #848484. Windows color (decimal): -5344653 or 7565998. OLE color: 7565998.

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

Color convert

RGB 174 114 115 -
CMYK 0 0.34 0.34 0.32
HSL 359º 0.27% 0.56% -
HSV(B) 359º 0.34% 0.68% -
XYZ 26.57 22.27 19.12 -
YUV 132.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 174 114 115 0 0.34 0.34 0.32 359 0.27 0.56
Hex AE 72 73 0 22 22 20 167 1B 38
Octal 256 162 163 0 42 42 40 547 33 70
Binary 10101110 1110010 1110011 0 100010 100010 100000 101100111 11011 111000

Color Harmonies of #AE7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7273

Black with #AE7273

Text Example


Text Example

White with #AE7273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7273; }

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

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

background-color css

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

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

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

border-color css

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

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

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