Html Css Color HEX #AE3866 Rouge

📋 copy color: '#AE3866'

red 174 ◦ green 56 ◦ blue 102

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

Shades of Rouge #AE3866

Tints of Rouge #AE3866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

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

R = 52.41%
G = 16.87%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE3866 (or 0xAE3866) is known color: Rouge. HEX triplet: AE, 38 and 66. RGB value is (174,56,102). Sum of RGB (Red+Green+Blue) = 174+56+102=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3866 is #51C799. Grayscale: #606060. Windows color (decimal): -5359514 or 6699182. OLE color: 6699182.

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

Color convert

RGB 174 56 102 -
CMYK 0 0.68 0.41 0.32
HSL 336.61º 0.51% 0.45% -
HSV(B) 336.61º 0.68% 0.68% -
XYZ 21.27 12.79 13.92 -
YUV 96.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 174 56 102 0 0.68 0.41 0.32 336.61 0.51 0.45
Hex AE 38 66 0 44 29 20 151 33 2D
Octal 256 70 146 0 104 51 40 521 63 55
Binary 10101110 111000 1100110 0 1000100 101001 100000 101010001 110011 101101

Color Harmonies of #AE3866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3866

Black with #AE3866

Text Example


Text Example

White with #AE3866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3866; }

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

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

background-color css

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

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

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

border-color css

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

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

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