Html Css Color HEX #AE6166 Turkish Rose

📋 copy color: '#AE6166'

red 174 ◦ green 97 ◦ blue 102

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

Shades of Turkish Rose #AE6166

Tints of Turkish Rose #AE6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

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

R = 46.65%
G = 26.01%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE6166 (or 0xAE6166) is known color: Turkish Rose. HEX triplet: AE, 61 and 66. RGB value is (174,97,102). Sum of RGB (Red+Green+Blue) = 174+97+102=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6166 is #519E99. Grayscale: #787878. Windows color (decimal): -5349018 or 6709678. OLE color: 6709678.

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

Color convert

RGB 174 97 102 -
CMYK 0 0.44 0.41 0.32
HSL 356.1º 0.32% 0.53% -
HSV(B) 356.1º 0.44% 0.68% -
XYZ 24.13 18.51 14.87 -
YUV 120.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 174 97 102 0 0.44 0.41 0.32 356.1 0.32 0.53
Hex AE 61 66 0 2C 29 20 164 20 35
Octal 256 141 146 0 54 51 40 544 40 65
Binary 10101110 1100001 1100110 0 101100 101001 100000 101100100 100000 110101

Color Harmonies of #AE6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6166

Black with #AE6166

Text Example


Text Example

White with #AE6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6166; }

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

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

background-color css

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

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

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

border-color css

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

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

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