Html Css Color HEX #AE3665 Rouge

📋 copy color: '#AE3665'

red 174 ◦ green 54 ◦ blue 101

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

Shades of Rouge #AE3665

Tints of Rouge #AE3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 52.89%
G = 16.41%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE3665 (or 0xAE3665) is known color: Rouge. HEX triplet: AE, 36 and 65. RGB value is (174,54,101). Sum of RGB (Red+Green+Blue) = 174+54+101=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3665 is #51C99A. Grayscale: #5F5F5F. Windows color (decimal): -5360027 or 6633134. OLE color: 6633134.

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

Color convert

RGB 174 54 101 -
CMYK 0 0.69 0.42 0.32
HSL 336.5º 0.53% 0.45% -
HSV(B) 336.5º 0.69% 0.68% -
XYZ 21.12 12.58 13.63 -
YUV 95.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 174 54 101 0 0.69 0.42 0.32 336.5 0.53 0.45
Hex AE 36 65 0 45 2A 20 150 35 2D
Octal 256 66 145 0 105 52 40 520 65 55
Binary 10101110 110110 1100101 0 1000101 101010 100000 101010000 110101 101101

Color Harmonies of #AE3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3665

Black with #AE3665

Text Example


Text Example

White with #AE3665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3665; }

 p { color: rgb(174,54,101); }

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

background-color css

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

 a { background-color: rgb(174,54,101); }

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

border-color css

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

 span { border-color: rgb(174,54,101); }

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