Html Css Color HEX #AE6371 Turkish Rose

📋 copy color: '#AE6371'

red 174 ◦ green 99 ◦ blue 113

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

Shades of Turkish Rose #AE6371

Tints of Turkish Rose #AE6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 45.08%
G = 25.65%
B = 29.27%

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

#AE6371 (or 0xAE6371) is known color: Turkish Rose. HEX triplet: AE, 63 and 71. RGB value is (174,99,113). Sum of RGB (Red+Green+Blue) = 174+99+113=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6371 is #519C8E. Grayscale: #7B7B7B. Windows color (decimal): -5348495 or 7431086. OLE color: 7431086.

HSL color Cylindrical-coordinate representation of color #AE6371: hue angle of 348.8º degrees, saturation: 0.32, 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 #AE6371 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 99 113 -
CMYK 0 0.43 0.35 0.32
HSL 348.8º 0.32% 0.54% -
HSV(B) 348.8º 0.43% 0.68% -
XYZ 24.9 19.11 18 -
YUV 123.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 174 99 113 0 0.43 0.35 0.32 348.8 0.32 0.54
Hex AE 63 71 0 2B 23 20 15D 20 36
Octal 256 143 161 0 53 43 40 535 40 66
Binary 10101110 1100011 1110001 0 101011 100011 100000 101011101 100000 110110

Color Harmonies of #AE6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6371

Black with #AE6371

Text Example


Text Example

White with #AE6371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6371; }

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

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

background-color css

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

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

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

border-color css

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

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

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