Html Css Color HEX #AE3467 Rouge

📋 copy color: '#AE3467'

red 174 ◦ green 52 ◦ blue 103

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

Shades of Rouge #AE3467

Tints of Rouge #AE3467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 52.89%
G = 15.81%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE3467 (or 0xAE3467) is known color: Rouge. HEX triplet: AE, 34 and 67. RGB value is (174,52,103). Sum of RGB (Red+Green+Blue) = 174+52+103=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3467 is #51CB98. Grayscale: #5E5E5E. Windows color (decimal): -5360537 or 6763694. OLE color: 6763694.

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

Color convert

RGB 174 52 103 -
CMYK 0 0.70 0.41 0.32
HSL 334.92º 0.54% 0.44% -
HSV(B) 334.92º 0.7% 0.68% -
XYZ 21.13 12.43 14.12 -
YUV 94.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 174 52 103 0 0.70 0.41 0.32 334.92 0.54 0.44
Hex AE 34 67 0 46 29 20 14F 36 2C
Octal 256 64 147 0 106 51 40 517 66 54
Binary 10101110 110100 1100111 0 1000110 101001 100000 101001111 110110 101100

Color Harmonies of #AE3467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3467

Black with #AE3467

Text Example


Text Example

White with #AE3467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3467; }

 p { color: rgb(174,52,103); }

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

background-color css

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

 a { background-color: rgb(174,52,103); }

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

border-color css

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

 span { border-color: rgb(174,52,103); }

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