Html Css Color HEX #AA415D Rouge

📋 copy color: '#AA415D'

red 170 ◦ green 65 ◦ blue 93

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

Shades of Rouge #AA415D

Tints of Rouge #AA415D

RGB

 RED value IS 170 (66.8% from 255) = 51.83%

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 51.83%
G = 19.82%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA415D (or 0xAA415D) is known color: Rouge. HEX triplet: AA, 41 and 5D. RGB value is (170,65,93). Sum of RGB (Red+Green+Blue) = 170+65+93=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA415D is #55BEA2. Grayscale: #636363. Windows color (decimal): -5619363 or 6111658. OLE color: 6111658.

HSL color Cylindrical-coordinate representation of color #AA415D: hue angle of 344º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA415D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 65 93 -
CMYK 0 0.62 0.45 0.33
HSL 344º 0.45% 0.46% -
HSV(B) 344º 0.62% 0.67% -
XYZ 20.44 13.12 11.81 -
YUV 99.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 170 65 93 0 0.62 0.45 0.33 344 0.45 0.46
Hex AA 41 5D 0 3E 2D 21 158 2D 2E
Octal 252 101 135 0 76 55 41 530 55 56
Binary 10101010 1000001 1011101 0 111110 101101 100001 101011000 101101 101110

Color Harmonies of #AA415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA415D

Black with #AA415D

Text Example


Text Example

White with #AA415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA415D; }

 p { color: rgb(170,65,93); }

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

background-color css

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

 a { background-color: rgb(170,65,93); }

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

border-color css

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

 span { border-color: rgb(170,65,93); }

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