Html Css Color HEX #AE7173 Turkish Rose

📋 copy color: '#AE7173'

red 174 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #AE7173

Tints of Turkish Rose #AE7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.11%

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

R = 43.28%
G = 28.11%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE7173 (or 0xAE7173) is known color: Turkish Rose. HEX triplet: AE, 71 and 73. RGB value is (174,113,115). Sum of RGB (Red+Green+Blue) = 174+113+115=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7173 is #518E8C. Grayscale: #838383. Windows color (decimal): -5344909 or 7565742. OLE color: 7565742.

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

Color convert

RGB 174 113 115 -
CMYK 0 0.35 0.34 0.32
HSL 358.03º 0.27% 0.56% -
HSV(B) 358.03º 0.35% 0.68% -
XYZ 26.46 22.05 19.08 -
YUV 131.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 174 113 115 0 0.35 0.34 0.32 358.03 0.27 0.56
Hex AE 71 73 0 23 22 20 166 1B 38
Octal 256 161 163 0 43 42 40 546 33 70
Binary 10101110 1110001 1110011 0 100011 100010 100000 101100110 11011 111000

Color Harmonies of #AE7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7173

Black with #AE7173

Text Example


Text Example

White with #AE7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7173; }

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

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

background-color css

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

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

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

border-color css

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

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

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