#AA425F

Color #AA425F Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AA425F

Tints of Rouge #AA425F

Color information

#AA425F (or 0xAA425F) is unknown color: approx Rouge. HEX triplet: AA, 42 and 5F. RGB value is (170,66,95). Sum of RGB (Red+Green+Blue) = 170+66+95=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA425F is #55BDA0. Grayscale: #646464. Windows color (decimal): -5619105 or 6242986. OLE color: 6242986.

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

Color convert

RGB1706695-
CMYK00.610.440.33
HSL343.27º44.07%46.27%-
HSV(B)343.27º61.18%66.67%-
XYZ20.5913.2712.3-
YUV100.4124.96177.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=51.36%
G=19.94%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170669500.610.440.33343.2744.0746.27
HexAA425F03D2C211572c2e
Octal25210213707554415275456
Binary10101010100001010111110111101101100100001101010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA425F; }

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

 H1.HeaderClassName
 {
   color: #AA425F;
 }
 .AnyTagClassName
 {
   color: #AA425F;
 }
</style>
background-color css

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

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

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

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

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

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