Html Css Color HEX #AE6566 Turkish Rose

📋 copy color: '#AE6566'

red 174 ◦ green 101 ◦ blue 102

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

Shades of Turkish Rose #AE6566

Tints of Turkish Rose #AE6566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 46.15%
G = 26.79%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE6566 (or 0xAE6566) is known color: Turkish Rose. HEX triplet: AE, 65 and 66. RGB value is (174,101,102). Sum of RGB (Red+Green+Blue) = 174+101+102=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6566 is #519A99. Grayscale: #7B7B7B. Windows color (decimal): -5347994 or 6710702. OLE color: 6710702.

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

Color convert

RGB 174 101 102 -
CMYK 0 0.42 0.41 0.32
HSL 359.18º 0.31% 0.54% -
HSV(B) 359.18º 0.42% 0.68% -
XYZ 24.51 19.27 15 -
YUV 122.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 174 101 102 0 0.42 0.41 0.32 359.18 0.31 0.54
Hex AE 65 66 0 2A 29 20 167 1F 36
Octal 256 145 146 0 52 51 40 547 37 66
Binary 10101110 1100101 1100110 0 101010 101001 100000 101100111 11111 110110

Color Harmonies of #AE6566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6566

Black with #AE6566

Text Example


Text Example

White with #AE6566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6566; }

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

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

background-color css

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

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

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

border-color css

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

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

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