#AA3B6A

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

Shades of Rouge #AA3B6A

Tints of Rouge #AA3B6A

Color information

#AA3B6A (or 0xAA3B6A) is unknown color: approx Rouge. HEX triplet: AA, 3B and 6A. RGB value is (170,59,106). Sum of RGB (Red+Green+Blue) = 170+59+106=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B6A is #55C495. Grayscale: #616161. Windows color (decimal): -5620886 or 6962090. OLE color: 6962090.

HSL color Cylindrical-coordinate representation of color #AA3B6A: hue angle of 334.59º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3B6A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17059106-
CMYK00.650.380.33
HSL334.59º48.47%44.9%-
HSV(B)334.59º65.29%66.67%-
XYZ20.7412.7115-
YUV97.55132.77179.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=50.75%
G=17.61%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705910600.650.380.33334.5948.4744.9
HexAA3B6A041262114f302d
Octal25273152010146415176055
Binary10101010111011110101001000001100110100001101001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B6A; }

 p { color: rgb(170,59,106); }

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

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

 a { background-color: rgb(170,59,106); }

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

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

 span { border-color: rgb(170,59,106); }

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