Html Css Color HEX #AE446A Rouge

📋 copy color: '#AE446A'

red 174 ◦ green 68 ◦ blue 106

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

Shades of Rouge #AE446A

Tints of Rouge #AE446A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 50%
G = 19.54%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE446A (or 0xAE446A) is known color: Rouge. HEX triplet: AE, 44 and 6A. RGB value is (174,68,106). Sum of RGB (Red+Green+Blue) = 174+68+106=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE446A is #51BB95. Grayscale: #676767. Windows color (decimal): -5356438 or 6964398. OLE color: 6964398.

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

Color convert

RGB 174 68 106 -
CMYK 0 0.61 0.39 0.32
HSL 338.49º 0.44% 0.47% -
HSV(B) 338.49º 0.61% 0.68% -
XYZ 22.12 14.17 15.21 -
YUV 104.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 174 68 106 0 0.61 0.39 0.32 338.49 0.44 0.47
Hex AE 44 6A 0 3D 27 20 152 2C 2F
Octal 256 104 152 0 75 47 40 522 54 57
Binary 10101110 1000100 1101010 0 111101 100111 100000 101010010 101100 101111

Color Harmonies of #AE446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE446A

Black with #AE446A

Text Example


Text Example

White with #AE446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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