Html Css Color HEX #AE3A6A Rouge

📋 copy color: '#AE3A6A'

red 174 ◦ green 58 ◦ blue 106

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

Shades of Rouge #AE3A6A

Tints of Rouge #AE3A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 51.48%
G = 17.16%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE3A6A (or 0xAE3A6A) is known color: Rouge. HEX triplet: AE, 3A and 6A. RGB value is (174,58,106). Sum of RGB (Red+Green+Blue) = 174+58+106=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A6A is #51C595. Grayscale: #626262. Windows color (decimal): -5358998 or 6961838. OLE color: 6961838.

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

Color convert

RGB 174 58 106 -
CMYK 0 0.67 0.39 0.32
HSL 335.17º 0.5% 0.45% -
HSV(B) 335.17º 0.67% 0.68% -
XYZ 21.57 13.07 15.02 -
YUV 98.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 174 58 106 0 0.67 0.39 0.32 335.17 0.5 0.45
Hex AE 3A 6A 0 43 27 20 14F 32 2D
Octal 256 72 152 0 103 47 40 517 62 55
Binary 10101110 111010 1101010 0 1000011 100111 100000 101001111 110010 101101

Color Harmonies of #AE3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A6A

Black with #AE3A6A

Text Example


Text Example

White with #AE3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A6A; }

 p { color: rgb(174,58,106); }

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

background-color css

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

 a { background-color: rgb(174,58,106); }

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

border-color css

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

 span { border-color: rgb(174,58,106); }

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