Html Css Color HEX #AE6366 Turkish Rose

📋 copy color: '#AE6366'

red 174 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #AE6366

Tints of Turkish Rose #AE6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 46.4%
G = 26.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE6366 (or 0xAE6366) is known color: Turkish Rose. HEX triplet: AE, 63 and 66. RGB value is (174,99,102). Sum of RGB (Red+Green+Blue) = 174+99+102=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6366 is #519C99. Grayscale: #797979. Windows color (decimal): -5348506 or 6710190. OLE color: 6710190.

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

Color convert

RGB 174 99 102 -
CMYK 0 0.43 0.41 0.32
HSL 357.6º 0.32% 0.54% -
HSV(B) 357.6º 0.43% 0.68% -
XYZ 24.32 18.88 14.93 -
YUV 121.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 174 99 102 0 0.43 0.41 0.32 357.6 0.32 0.54
Hex AE 63 66 0 2B 29 20 166 20 36
Octal 256 143 146 0 53 51 40 546 40 66
Binary 10101110 1100011 1100110 0 101011 101001 100000 101100110 100000 110110

Color Harmonies of #AE6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6366

Black with #AE6366

Text Example


Text Example

White with #AE6366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6366; }

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

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

background-color css

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

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

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

border-color css

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

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

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