Html Css Color HEX #AE7475 Turkish Rose

📋 copy color: '#AE7475'

red 174 ◦ green 116 ◦ blue 117

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

Shades of Turkish Rose #AE7475

Tints of Turkish Rose #AE7475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 42.75%
G = 28.5%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE7475 (or 0xAE7475) is known color: Turkish Rose. HEX triplet: AE, 74 and 75. RGB value is (174,116,117). Sum of RGB (Red+Green+Blue) = 174+116+117=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7475 is #518B8A. Grayscale: #858585. Windows color (decimal): -5344139 or 7697582. OLE color: 7697582.

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

Color convert

RGB 174 116 117 -
CMYK 0 0.33 0.33 0.32
HSL 358.97º 0.26% 0.57% -
HSV(B) 358.97º 0.33% 0.68% -
XYZ 26.91 22.77 19.81 -
YUV 133.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 174 116 117 0 0.33 0.33 0.32 358.97 0.26 0.57
Hex AE 74 75 0 21 21 20 167 1A 39
Octal 256 164 165 0 41 41 40 547 32 71
Binary 10101110 1110100 1110101 0 100001 100001 100000 101100111 11010 111001

Color Harmonies of #AE7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7475

Black with #AE7475

Text Example


Text Example

White with #AE7475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7475; }

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

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

background-color css

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

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

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

border-color css

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

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

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