Html Css Color HEX #AE6871 Turkish Rose

📋 copy color: '#AE6871'

red 174 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #AE6871

Tints of Turkish Rose #AE6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

 BLUE value IS 113 (44.53% from 255) = 28.9%

R = 44.5%
G = 26.6%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE6871 (or 0xAE6871) is known color: Turkish Rose. HEX triplet: AE, 68 and 71. RGB value is (174,104,113). Sum of RGB (Red+Green+Blue) = 174+104+113=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6871 is #51978E. Grayscale: #7D7D7D. Windows color (decimal): -5347215 or 7432366. OLE color: 7432366.

HSL color Cylindrical-coordinate representation of color #AE6871: hue angle of 352.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6871 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 113 -
CMYK 0 0.40 0.35 0.32
HSL 352.29º 0.3% 0.55% -
HSV(B) 352.29º 0.4% 0.68% -
XYZ 25.39 20.09 18.16 -
YUV 125.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 174 104 113 0 0.40 0.35 0.32 352.29 0.3 0.55
Hex AE 68 71 0 28 23 20 160 1E 37
Octal 256 150 161 0 50 43 40 540 36 67
Binary 10101110 1101000 1110001 0 101000 100011 100000 101100000 11110 110111

Color Harmonies of #AE6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6871

Black with #AE6871

Text Example


Text Example

White with #AE6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6871; }

 p { color: rgb(174,104,113); }

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

background-color css

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

 a { background-color: rgb(174,104,113); }

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

border-color css

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

 span { border-color: rgb(174,104,113); }

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