#AA385B

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

Shades of Rouge #AA385B

Tints of Rouge #AA385B

Color information

#AA385B (or 0xAA385B) is unknown color: approx Rouge. HEX triplet: AA, 38 and 5B. RGB value is (170,56,91). Sum of RGB (Red+Green+Blue) = 170+56+91=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385B is #55C7A4. Grayscale: #5E5E5E. Windows color (decimal): -5621669 or 5978282. OLE color: 5978282.

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

Color convert

RGB1705691-
CMYK00.670.460.33
HSL341.58º50.44%44.31%-
HSV(B)341.58º67.06%66.67%-
XYZ19.8812.1311.19-
YUV94.08126.27182.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=53.63%
G=17.67%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170569100.670.460.33341.5850.4444.31
HexAA385B0432E21156322c
Octal25270133010356415266254
Binary10101010111000101101101000011101110100001101010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA385B; }

 p { color: rgb(170,56,91); }

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

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

 a { background-color: rgb(170,56,91); }

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

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

 span { border-color: rgb(170,56,91); }

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