Html Css Color HEX #AE4160 Rouge

📋 copy color: '#AE4160'

red 174 ◦ green 65 ◦ blue 96

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

Shades of Rouge #AE4160

Tints of Rouge #AE4160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 51.94%
G = 19.4%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE4160 (or 0xAE4160) is known color: Rouge. HEX triplet: AE, 41 and 60. RGB value is (174,65,96). Sum of RGB (Red+Green+Blue) = 174+65+96=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4160 is #51BE9F. Grayscale: #656565. Windows color (decimal): -5357216 or 6308270. OLE color: 6308270.

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

Color convert

RGB 174 65 96 -
CMYK 0 0.63 0.45 0.32
HSL 342.94º 0.46% 0.47% -
HSV(B) 342.94º 0.63% 0.68% -
XYZ 21.46 13.62 12.57 -
YUV 101.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 174 65 96 0 0.63 0.45 0.32 342.94 0.46 0.47
Hex AE 41 60 0 3F 2D 20 157 2E 2F
Octal 256 101 140 0 77 55 40 527 56 57
Binary 10101110 1000001 1100000 0 111111 101101 100000 101010111 101110 101111

Color Harmonies of #AE4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4160

Black with #AE4160

Text Example


Text Example

White with #AE4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4160; }

 p { color: rgb(174,65,96); }

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

background-color css

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

 a { background-color: rgb(174,65,96); }

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

border-color css

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

 span { border-color: rgb(174,65,96); }

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