#AA3D6E

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

Shades of Rouge #AA3D6E

Tints of Rouge #AA3D6E

Color information

#AA3D6E (or 0xAA3D6E) is unknown color: approx Rouge. HEX triplet: AA, 3D and 6E. RGB value is (170,61,110). Sum of RGB (Red+Green+Blue) = 170+61+110=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D6E is #55C291. Grayscale: #636363. Windows color (decimal): -5620370 or 7224746. OLE color: 7224746.

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

Color convert

RGB17061110-
CMYK00.640.350.33
HSL333.03º47.19%45.29%-
HSV(B)333.03º64.12%66.67%-
XYZ21.0613.0116.15-
YUV99.18134.11178.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=49.85%
G=17.89%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706111000.640.350.33333.0347.1945.29
HexAA3D6E040232114d2f2d
Octal25275156010043415155755
Binary10101010111101110111001000000100011100001101001101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D6E; }

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

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

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

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

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

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

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

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