Html Css Color HEX #AE3768 Rouge

📋 copy color: '#AE3768'

red 174 ◦ green 55 ◦ blue 104

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

Shades of Rouge #AE3768

Tints of Rouge #AE3768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 52.25%
G = 16.52%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE3768 (or 0xAE3768) is known color: Rouge. HEX triplet: AE, 37 and 68. RGB value is (174,55,104). Sum of RGB (Red+Green+Blue) = 174+55+104=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3768 is #51C897. Grayscale: #606060. Windows color (decimal): -5359768 or 6829998. OLE color: 6829998.

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

Color convert

RGB 174 55 104 -
CMYK 0 0.68 0.40 0.32
HSL 335.29º 0.52% 0.45% -
HSV(B) 335.29º 0.68% 0.68% -
XYZ 21.32 12.73 14.43 -
YUV 96.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 174 55 104 0 0.68 0.40 0.32 335.29 0.52 0.45
Hex AE 37 68 0 44 28 20 14F 34 2D
Octal 256 67 150 0 104 50 40 517 64 55
Binary 10101110 110111 1101000 0 1000100 101000 100000 101001111 110100 101101

Color Harmonies of #AE3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3768

Black with #AE3768

Text Example


Text Example

White with #AE3768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3768; }

 p { color: rgb(174,55,104); }

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

background-color css

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

 a { background-color: rgb(174,55,104); }

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

border-color css

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

 span { border-color: rgb(174,55,104); }

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