Html Css Color HEX #AE7478 Turkish Rose

📋 copy color: '#AE7478'

red 174 ◦ green 116 ◦ blue 120

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

Shades of Turkish Rose #AE7478

Tints of Turkish Rose #AE7478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

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

R = 42.44%
G = 28.29%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE7478 (or 0xAE7478) is known color: Turkish Rose. HEX triplet: AE, 74 and 78. RGB value is (174,116,120). Sum of RGB (Red+Green+Blue) = 174+116+120=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7478 is #518B87. Grayscale: #858585. Windows color (decimal): -5344136 or 7894190. OLE color: 7894190.

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

Color convert

RGB 174 116 120 -
CMYK 0 0.33 0.31 0.32
HSL 355.86º 0.26% 0.57% -
HSV(B) 355.86º 0.33% 0.68% -
XYZ 27.09 22.85 20.75 -
YUV 133.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 174 116 120 0 0.33 0.31 0.32 355.86 0.26 0.57
Hex AE 74 78 0 21 1F 20 164 1A 39
Octal 256 164 170 0 41 37 40 544 32 71
Binary 10101110 1110100 1111000 0 100001 11111 100000 101100100 11010 111001

Color Harmonies of #AE7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7478

Black with #AE7478

Text Example


Text Example

White with #AE7478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7478; }

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

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

background-color css

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

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

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

border-color css

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

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

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