Html Css Color HEX #AE7376 Turkish Rose

📋 copy color: '#AE7376'

red 174 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #AE7376

Tints of Turkish Rose #AE7376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 42.75%
G = 28.26%
B = 28.99%

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

#AE7376 (or 0xAE7376) is known color: Turkish Rose. HEX triplet: AE, 73 and 76. RGB value is (174,115,118). Sum of RGB (Red+Green+Blue) = 174+115+118=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7376 is #518C89. Grayscale: #858585. Windows color (decimal): -5344394 or 7762862. OLE color: 7762862.

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

Color convert

RGB 174 115 118 -
CMYK 0 0.34 0.32 0.32
HSL 356.95º 0.27% 0.57% -
HSV(B) 356.95º 0.34% 0.68% -
XYZ 26.86 22.57 20.08 -
YUV 132.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 174 115 118 0 0.34 0.32 0.32 356.95 0.27 0.57
Hex AE 73 76 0 22 20 20 165 1B 39
Octal 256 163 166 0 42 40 40 545 33 71
Binary 10101110 1110011 1110110 0 100010 100000 100000 101100101 11011 111001

Color Harmonies of #AE7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7376

Black with #AE7376

Text Example


Text Example

White with #AE7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7376; }

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

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

background-color css

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

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

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

border-color css

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

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

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