Html Css Color HEX #AE646C Turkish Rose

📋 copy color: '#AE646C'

red 174 ◦ green 100 ◦ blue 108

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

Shades of Turkish Rose #AE646C

Tints of Turkish Rose #AE646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 45.55%
G = 26.18%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE646C (or 0xAE646C) is known color: Turkish Rose. HEX triplet: AE, 64 and 6C. RGB value is (174,100,108). Sum of RGB (Red+Green+Blue) = 174+100+108=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE646C is #519B93. Grayscale: #7B7B7B. Windows color (decimal): -5348244 or 7103662. OLE color: 7103662.

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

Color convert

RGB 174 100 108 -
CMYK 0 0.43 0.38 0.32
HSL 353.51º 0.31% 0.54% -
HSV(B) 353.51º 0.43% 0.68% -
XYZ 24.72 19.2 16.59 -
YUV 123.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 174 100 108 0 0.43 0.38 0.32 353.51 0.31 0.54
Hex AE 64 6C 0 2B 26 20 162 1F 36
Octal 256 144 154 0 53 46 40 542 37 66
Binary 10101110 1100100 1101100 0 101011 100110 100000 101100010 11111 110110

Color Harmonies of #AE646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE646C

Black with #AE646C

Text Example


Text Example

White with #AE646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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