Html Css Color HEX #AE3560 Rouge

📋 copy color: '#AE3560'

red 174 ◦ green 53 ◦ blue 96

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

Shades of Rouge #AE3560

Tints of Rouge #AE3560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 53.87%
G = 16.41%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE3560 (or 0xAE3560) is known color: Rouge. HEX triplet: AE, 35 and 60. RGB value is (174,53,96). Sum of RGB (Red+Green+Blue) = 174+53+96=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3560 is #51CA9F. Grayscale: #5E5E5E. Windows color (decimal): -5360288 or 6305198. OLE color: 6305198.

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

Color convert

RGB 174 53 96 -
CMYK 0 0.70 0.45 0.32
HSL 338.68º 0.53% 0.45% -
HSV(B) 338.68º 0.7% 0.68% -
XYZ 20.84 12.39 12.36 -
YUV 94.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 174 53 96 0 0.70 0.45 0.32 338.68 0.53 0.45
Hex AE 35 60 0 46 2D 20 153 35 2D
Octal 256 65 140 0 106 55 40 523 65 55
Binary 10101110 110101 1100000 0 1000110 101101 100000 101010011 110101 101101

Color Harmonies of #AE3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3560

Black with #AE3560

Text Example


Text Example

White with #AE3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3560; }

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

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

background-color css

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

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

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

border-color css

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

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

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