Html Css Color HEX #AE4067 Rouge

📋 copy color: '#AE4067'

red 174 ◦ green 64 ◦ blue 103

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

Shades of Rouge #AE4067

Tints of Rouge #AE4067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.77%

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

R = 51.03%
G = 18.77%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE4067 (or 0xAE4067) is known color: Rouge. HEX triplet: AE, 40 and 67. RGB value is (174,64,103). Sum of RGB (Red+Green+Blue) = 174+64+103=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4067 is #51BF98. Grayscale: #656565. Windows color (decimal): -5357465 or 6766766. OLE color: 6766766.

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

Color convert

RGB 174 64 103 -
CMYK 0 0.63 0.41 0.32
HSL 338.73º 0.46% 0.47% -
HSV(B) 338.73º 0.63% 0.68% -
XYZ 21.74 13.64 14.32 -
YUV 101.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 174 64 103 0 0.63 0.41 0.32 338.73 0.46 0.47
Hex AE 40 67 0 3F 29 20 153 2E 2F
Octal 256 100 147 0 77 51 40 523 56 57
Binary 10101110 1000000 1100111 0 111111 101001 100000 101010011 101110 101111

Color Harmonies of #AE4067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4067

Black with #AE4067

Text Example


Text Example

White with #AE4067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4067; }

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

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

background-color css

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

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

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

border-color css

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

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

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