Html Css Color HEX #AA426F Rouge

📋 copy color: '#AA426F'

red 170 ◦ green 66 ◦ blue 111

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

Shades of Rouge #AA426F

Tints of Rouge #AA426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 48.99%
G = 19.02%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA426F (or 0xAA426F) is known color: Rouge. HEX triplet: AA, 42 and 6F. RGB value is (170,66,111). Sum of RGB (Red+Green+Blue) = 170+66+111=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA426F is #55BD90. Grayscale: #666666. Windows color (decimal): -5619089 or 7291562. OLE color: 7291562.

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

Color convert

RGB 170 66 111 -
CMYK 0 0.61 0.35 0.33
HSL 334.04º 0.44% 0.46% -
HSV(B) 334.04º 0.61% 0.67% -
XYZ 21.4 13.59 16.53 -
YUV 102.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 170 66 111 0 0.61 0.35 0.33 334.04 0.44 0.46
Hex AA 42 6F 0 3D 23 21 14E 2C 2E
Octal 252 102 157 0 75 43 41 516 54 56
Binary 10101010 1000010 1101111 0 111101 100011 100001 101001110 101100 101110

Color Harmonies of #AA426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA426F

Black with #AA426F

Text Example


Text Example

White with #AA426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA426F; }

 p { color: rgb(170,66,111); }

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

background-color css

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

 a { background-color: rgb(170,66,111); }

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

border-color css

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

 span { border-color: rgb(170,66,111); }

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