Html Css Color HEX #AE6370 Turkish Rose

📋 copy color: '#AE6370'

red 174 ◦ green 99 ◦ blue 112

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

Shades of Turkish Rose #AE6370

Tints of Turkish Rose #AE6370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 45.19%
G = 25.71%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE6370 (or 0xAE6370) is known color: Turkish Rose. HEX triplet: AE, 63 and 70. RGB value is (174,99,112). Sum of RGB (Red+Green+Blue) = 174+99+112=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6370 is #519C8F. Grayscale: #7A7A7A. Windows color (decimal): -5348496 or 7365550. OLE color: 7365550.

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

Color convert

RGB 174 99 112 -
CMYK 0 0.43 0.36 0.32
HSL 349.6º 0.32% 0.54% -
HSV(B) 349.6º 0.43% 0.68% -
XYZ 24.84 19.09 17.71 -
YUV 122.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 174 99 112 0 0.43 0.36 0.32 349.6 0.32 0.54
Hex AE 63 70 0 2B 24 20 15E 20 36
Octal 256 143 160 0 53 44 40 536 40 66
Binary 10101110 1100011 1110000 0 101011 100100 100000 101011110 100000 110110

Color Harmonies of #AE6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6370

Black with #AE6370

Text Example


Text Example

White with #AE6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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