Html Css Color HEX #AA426C Rouge

📋 copy color: '#AA426C'

red 170 ◦ green 66 ◦ blue 108

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

Shades of Rouge #AA426C

Tints of Rouge #AA426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 49.42%
G = 19.19%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA426C (or 0xAA426C) is known color: Rouge. HEX triplet: AA, 42 and 6C. RGB value is (170,66,108). Sum of RGB (Red+Green+Blue) = 170+66+108=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA426C is #55BD93. Grayscale: #656565. Windows color (decimal): -5619092 or 7094954. OLE color: 7094954.

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

Color convert

RGB 170 66 108 -
CMYK 0 0.61 0.36 0.33
HSL 335.77º 0.44% 0.46% -
HSV(B) 335.77º 0.61% 0.67% -
XYZ 21.23 13.53 15.68 -
YUV 101.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 170 66 108 0 0.61 0.36 0.33 335.77 0.44 0.46
Hex AA 42 6C 0 3D 24 21 150 2C 2E
Octal 252 102 154 0 75 44 41 520 54 56
Binary 10101010 1000010 1101100 0 111101 100100 100001 101010000 101100 101110

Color Harmonies of #AA426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA426C

Black with #AA426C

Text Example


Text Example

White with #AA426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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