Html Css Color HEX #AE6470 Turkish Rose

📋 copy color: '#AE6470'

red 174 ◦ green 100 ◦ blue 112

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

Shades of Turkish Rose #AE6470

Tints of Turkish Rose #AE6470

RGB

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

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

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

R = 45.08%
G = 25.91%
B = 29.02%

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

#AE6470 (or 0xAE6470) is known color: Turkish Rose. HEX triplet: AE, 64 and 70. RGB value is (174,100,112). Sum of RGB (Red+Green+Blue) = 174+100+112=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6470 is #519B8F. Grayscale: #7B7B7B. Windows color (decimal): -5348240 or 7365806. OLE color: 7365806.

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

Color convert

RGB 174 100 112 -
CMYK 0 0.43 0.36 0.32
HSL 350.27º 0.31% 0.54% -
HSV(B) 350.27º 0.43% 0.68% -
XYZ 24.94 19.28 17.74 -
YUV 123.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 174 100 112 0 0.43 0.36 0.32 350.27 0.31 0.54
Hex AE 64 70 0 2B 24 20 15E 1F 36
Octal 256 144 160 0 53 44 40 536 37 66
Binary 10101110 1100100 1110000 0 101011 100100 100000 101011110 11111 110110

Color Harmonies of #AE6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6470

Black with #AE6470

Text Example


Text Example

White with #AE6470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6470; }

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

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

background-color css

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

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

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

border-color css

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

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

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