Html Css Color HEX #AE6471 Turkish Rose

📋 copy color: '#AE6471'

red 174 ◦ green 100 ◦ blue 113

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

Shades of Turkish Rose #AE6471

Tints of Turkish Rose #AE6471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

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

R = 44.96%
G = 25.84%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE6471 (or 0xAE6471) is known color: Turkish Rose. HEX triplet: AE, 64 and 71. RGB value is (174,100,113). Sum of RGB (Red+Green+Blue) = 174+100+113=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6471 is #519B8E. Grayscale: #7B7B7B. Windows color (decimal): -5348239 or 7431342. OLE color: 7431342.

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

Color convert

RGB 174 100 113 -
CMYK 0 0.43 0.35 0.32
HSL 349.46º 0.31% 0.54% -
HSV(B) 349.46º 0.43% 0.68% -
XYZ 24.99 19.31 18.03 -
YUV 123.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 174 100 113 0 0.43 0.35 0.32 349.46 0.31 0.54
Hex AE 64 71 0 2B 23 20 15D 1F 36
Octal 256 144 161 0 53 43 40 535 37 66
Binary 10101110 1100100 1110001 0 101011 100011 100000 101011101 11111 110110

Color Harmonies of #AE6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6471

Black with #AE6471

Text Example


Text Example

White with #AE6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6471; }

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

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

background-color css

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

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

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

border-color css

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

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

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