Html Css Color HEX #AE4967 Rouge

📋 copy color: '#AE4967'

red 174 ◦ green 73 ◦ blue 103

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

Shades of Rouge #AE4967

Tints of Rouge #AE4967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

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

R = 49.71%
G = 20.86%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE4967 (or 0xAE4967) is known color: Rouge. HEX triplet: AE, 49 and 67. RGB value is (174,73,103). Sum of RGB (Red+Green+Blue) = 174+73+103=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4967 is #51B698. Grayscale: #6A6A6A. Windows color (decimal): -5355161 or 6769070. OLE color: 6769070.

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

Color convert

RGB 174 73 103 -
CMYK 0 0.58 0.41 0.32
HSL 342.18º 0.41% 0.48% -
HSV(B) 342.18º 0.58% 0.68% -
XYZ 22.29 14.74 14.5 -
YUV 106.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 174 73 103 0 0.58 0.41 0.32 342.18 0.41 0.48
Hex AE 49 67 0 3A 29 20 156 29 30
Octal 256 111 147 0 72 51 40 526 51 60
Binary 10101110 1001001 1100111 0 111010 101001 100000 101010110 101001 110000

Color Harmonies of #AE4967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4967

Black with #AE4967

Text Example


Text Example

White with #AE4967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4967; }

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

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

background-color css

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

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

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

border-color css

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

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

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