Html Css Color HEX #AE7377 Turkish Rose

📋 copy color: '#AE7377'

red 174 ◦ green 115 ◦ blue 119

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

Shades of Turkish Rose #AE7377

Tints of Turkish Rose #AE7377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

 BLUE value IS 119 (46.88% from 255) = 29.17%

R = 42.65%
G = 28.19%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE7377 (or 0xAE7377) is known color: Turkish Rose. HEX triplet: AE, 73 and 77. RGB value is (174,115,119). Sum of RGB (Red+Green+Blue) = 174+115+119=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7377 is #518C88. Grayscale: #858585. Windows color (decimal): -5344393 or 7828398. OLE color: 7828398.

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

Color convert

RGB 174 115 119 -
CMYK 0 0.34 0.32 0.32
HSL 355.93º 0.27% 0.57% -
HSV(B) 355.93º 0.34% 0.68% -
XYZ 26.92 22.59 20.39 -
YUV 133.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 174 115 119 0 0.34 0.32 0.32 355.93 0.27 0.57
Hex AE 73 77 0 22 20 20 164 1B 39
Octal 256 163 167 0 42 40 40 544 33 71
Binary 10101110 1110011 1110111 0 100010 100000 100000 101100100 11011 111001

Color Harmonies of #AE7377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7377

Black with #AE7377

Text Example


Text Example

White with #AE7377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7377; }

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

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

background-color css

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

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

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

border-color css

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

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

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