Html Css Color HEX #AA426D Rouge

📋 copy color: '#AA426D'

red 170 ◦ green 66 ◦ blue 109

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

Shades of Rouge #AA426D

Tints of Rouge #AA426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 49.28%
G = 19.13%
B = 31.59%

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

#AA426D (or 0xAA426D) is known color: Rouge. HEX triplet: AA, 42 and 6D. RGB value is (170,66,109). Sum of RGB (Red+Green+Blue) = 170+66+109=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA426D is #55BD92. Grayscale: #656565. Windows color (decimal): -5619091 or 7160490. OLE color: 7160490.

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

Color convert

RGB 170 66 109 -
CMYK 0 0.61 0.36 0.33
HSL 335.19º 0.44% 0.46% -
HSV(B) 335.19º 0.61% 0.67% -
XYZ 21.29 13.55 15.96 -
YUV 102 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 170 66 109 0 0.61 0.36 0.33 335.19 0.44 0.46
Hex AA 42 6D 0 3D 24 21 14F 2C 2E
Octal 252 102 155 0 75 44 41 517 54 56
Binary 10101010 1000010 1101101 0 111101 100100 100001 101001111 101100 101110

Color Harmonies of #AA426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA426D

Black with #AA426D

Text Example


Text Example

White with #AA426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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