Html Css Color HEX #AE7378 Turkish Rose

📋 copy color: '#AE7378'

red 174 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #AE7378

Tints of Turkish Rose #AE7378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 42.54%
G = 28.12%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE7378 (or 0xAE7378) is known color: Turkish Rose. HEX triplet: AE, 73 and 78. RGB value is (174,115,120). Sum of RGB (Red+Green+Blue) = 174+115+120=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7378 is #518C87. Grayscale: #858585. Windows color (decimal): -5344392 or 7893934. OLE color: 7893934.

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

Color convert

RGB 174 115 120 -
CMYK 0 0.34 0.31 0.32
HSL 354.92º 0.27% 0.57% -
HSV(B) 354.92º 0.34% 0.68% -
XYZ 26.98 22.62 20.71 -
YUV 133.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 174 115 120 0 0.34 0.31 0.32 354.92 0.27 0.57
Hex AE 73 78 0 22 1F 20 163 1B 39
Octal 256 163 170 0 42 37 40 543 33 71
Binary 10101110 1110011 1111000 0 100010 11111 100000 101100011 11011 111001

Color Harmonies of #AE7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7378

Black with #AE7378

Text Example


Text Example

White with #AE7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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