Html Css Color HEX #AE4668 Rouge

📋 copy color: '#AE4668'

red 174 ◦ green 70 ◦ blue 104

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

Shades of Rouge #AE4668

Tints of Rouge #AE4668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 50%
G = 20.11%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE4668 (or 0xAE4668) is known color: Rouge. HEX triplet: AE, 46 and 68. RGB value is (174,70,104). Sum of RGB (Red+Green+Blue) = 174+70+104=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4668 is #51B997. Grayscale: #686868. Windows color (decimal): -5355928 or 6833838. OLE color: 6833838.

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

Color convert

RGB 174 70 104 -
CMYK 0 0.60 0.40 0.32
HSL 340.38º 0.43% 0.48% -
HSV(B) 340.38º 0.6% 0.68% -
XYZ 22.14 14.38 14.7 -
YUV 104.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 174 70 104 0 0.60 0.40 0.32 340.38 0.43 0.48
Hex AE 46 68 0 3C 28 20 154 2B 30
Octal 256 106 150 0 74 50 40 524 53 60
Binary 10101110 1000110 1101000 0 111100 101000 100000 101010100 101011 110000

Color Harmonies of #AE4668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4668

Black with #AE4668

Text Example


Text Example

White with #AE4668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4668; }

 p { color: rgb(174,70,104); }

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

background-color css

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

 a { background-color: rgb(174,70,104); }

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

border-color css

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

 span { border-color: rgb(174,70,104); }

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