Html Css Color HEX #AE2B68 Rouge

📋 copy color: '#AE2B68'

red 174 ◦ green 43 ◦ blue 104

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

Shades of Rouge #AE2B68

Tints of Rouge #AE2B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

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

R = 54.21%
G = 13.4%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE2B68 (or 0xAE2B68) is known color: Rouge. HEX triplet: AE, 2B and 68. RGB value is (174,43,104). Sum of RGB (Red+Green+Blue) = 174+43+104=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2B68 is #51D497. Grayscale: #595959. Windows color (decimal): -5362840 or 6826926. OLE color: 6826926.

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

Color convert

RGB 174 43 104 -
CMYK 0 0.75 0.40 0.32
HSL 332.06º 0.6% 0.43% -
HSV(B) 332.06º 0.75% 0.68% -
XYZ 20.82 11.73 14.26 -
YUV 89.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 174 43 104 0 0.75 0.40 0.32 332.06 0.6 0.43
Hex AE 2B 68 0 4B 28 20 14C 3C 2B
Octal 256 53 150 0 113 50 40 514 74 53
Binary 10101110 101011 1101000 0 1001011 101000 100000 101001100 111100 101011

Color Harmonies of #AE2B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2B68

Black with #AE2B68

Text Example


Text Example

White with #AE2B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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