#AA436E

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

Shades of Rouge #AA436E

Tints of Rouge #AA436E

Color information

#AA436E (or 0xAA436E) is unknown color: approx Rouge. HEX triplet: AA, 43 and 6E. RGB value is (170,67,110). Sum of RGB (Red+Green+Blue) = 170+67+110=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA436E is #55BC91. Grayscale: #666666. Windows color (decimal): -5618834 or 7226282. OLE color: 7226282.

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

Color convert

RGB17067110-
CMYK00.610.350.33
HSL334.95º43.46%46.47%-
HSV(B)334.95º60.59%66.67%-
XYZ21.413.6916.27-
YUV102.7132.12176-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=48.99%
G=19.31%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706711000.610.350.33334.9543.4646.47
HexAA436E03D232114f2b2e
Octal25210315607543415175356
Binary10101010100001111011100111101100011100001101001111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA436E; }

 p { color: rgb(170,67,110); }

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

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

 a { background-color: rgb(170,67,110); }

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

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

 span { border-color: rgb(170,67,110); }

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