Html Css Color HEX #AE6670 Turkish Rose

📋 copy color: '#AE6670'

red 174 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #AE6670

Tints of Turkish Rose #AE6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

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

R = 44.85%
G = 26.29%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE6670 (or 0xAE6670) is known color: Turkish Rose. HEX triplet: AE, 66 and 70. RGB value is (174,102,112). Sum of RGB (Red+Green+Blue) = 174+102+112=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6670 is #51998F. Grayscale: #7C7C7C. Windows color (decimal): -5347728 or 7366318. OLE color: 7366318.

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

Color convert

RGB 174 102 112 -
CMYK 0 0.41 0.36 0.32
HSL 351.67º 0.31% 0.54% -
HSV(B) 351.67º 0.41% 0.68% -
XYZ 25.13 19.67 17.8 -
YUV 124.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 174 102 112 0 0.41 0.36 0.32 351.67 0.31 0.54
Hex AE 66 70 0 29 24 20 160 1F 36
Octal 256 146 160 0 51 44 40 540 37 66
Binary 10101110 1100110 1110000 0 101001 100100 100000 101100000 11111 110110

Color Harmonies of #AE6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6670

Black with #AE6670

Text Example


Text Example

White with #AE6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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