#aa3763

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

Shades of Rouge #AA3763

Tints of Rouge #AA3763

Color information

#AA3763 (or 0xAA3763) is unknown color: approx Rouge. HEX triplet: AA, 37 and 63. RGB value is (170,55,99). Sum of RGB (Red+Green+Blue) = 170+55+99=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3763 is #55C89C. Grayscale: #5E5E5E. Windows color (decimal): -5621917 or 6502314. OLE color: 6502314.

HSL color Cylindrical-coordinate representation of color #AA3763: hue angle of 337.04º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3763 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1705599-
CMYK00.680.420.33
HSL337.04º51.11%44.12%-
HSV(B)337.04º67.65%66.67%-
XYZ20.212.1813.09-
YUV94.4130.6181.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 55 (21.88% from 255) = 16.98%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=52.47%
G=16.98%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170559900.680.420.33337.0451.1144.12
HexAA37630442A21151332c
Octal25267143010452415216354
Binary10101010110111110001101000100101010100001101010001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3763; }

 p { color: rgb(170,55,99); }

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

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

 a { background-color: rgb(170,55,99); }

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

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

 span { border-color: rgb(170,55,99); }

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