Html Css Color HEX #AA415F Rouge

📋 copy color: '#AA415F'

red 170 ◦ green 65 ◦ blue 95

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

Shades of Rouge #AA415F

Tints of Rouge #AA415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 51.52%
G = 19.7%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA415F (or 0xAA415F) is known color: Rouge. HEX triplet: AA, 41 and 5F. RGB value is (170,65,95). Sum of RGB (Red+Green+Blue) = 170+65+95=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA415F is #55BEA0. Grayscale: #636363. Windows color (decimal): -5619361 or 6242730. OLE color: 6242730.

HSL color Cylindrical-coordinate representation of color #AA415F: hue angle of 342.86º 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 #AA415F is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 65 95 -
CMYK 0 0.62 0.44 0.33
HSL 342.86º 0.45% 0.46% -
HSV(B) 342.86º 0.62% 0.67% -
XYZ 20.53 13.15 12.28 -
YUV 99.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 170 65 95 0 0.62 0.44 0.33 342.86 0.45 0.46
Hex AA 41 5F 0 3E 2C 21 157 2D 2E
Octal 252 101 137 0 76 54 41 527 55 56
Binary 10101010 1000001 1011111 0 111110 101100 100001 101010111 101101 101110

Color Harmonies of #AA415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA415F

Black with #AA415F

Text Example


Text Example

White with #AA415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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