Html Css Color HEX #AE466B Rouge

📋 copy color: '#AE466B'

red 174 ◦ green 70 ◦ blue 107

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

Shades of Rouge #AE466B

Tints of Rouge #AE466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 49.57%
G = 19.94%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE466B (or 0xAE466B) is known color: Rouge. HEX triplet: AE, 46 and 6B. RGB value is (174,70,107). Sum of RGB (Red+Green+Blue) = 174+70+107=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE466B is #51B994. Grayscale: #696969. Windows color (decimal): -5355925 or 7030446. OLE color: 7030446.

HSL color Cylindrical-coordinate representation of color #AE466B: hue angle of 338.65º 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 #AE466B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 107 -
CMYK 0 0.60 0.39 0.32
HSL 338.65º 0.43% 0.48% -
HSV(B) 338.65º 0.6% 0.68% -
XYZ 22.3 14.44 15.52 -
YUV 105.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 174 70 107 0 0.60 0.39 0.32 338.65 0.43 0.48
Hex AE 46 6B 0 3C 27 20 153 2B 30
Octal 256 106 153 0 74 47 40 523 53 60
Binary 10101110 1000110 1101011 0 111100 100111 100000 101010011 101011 110000

Color Harmonies of #AE466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE466B

Black with #AE466B

Text Example


Text Example

White with #AE466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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