#AA385C

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

Shades of Rouge #AA385C

Tints of Rouge #AA385C

Color information

#AA385C (or 0xAA385C) is unknown color: approx Rouge. HEX triplet: AA, 38 and 5C. RGB value is (170,56,92). Sum of RGB (Red+Green+Blue) = 170+56+92=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA385C is #55C7A3. Grayscale: #5E5E5E. Windows color (decimal): -5621668 or 6043818. OLE color: 6043818.

HSL color Cylindrical-coordinate representation of color #AA385C: hue angle of 341.05º 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 #AA385C is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1705692-
CMYK00.670.460.33
HSL341.05º50.44%44.31%-
HSV(B)341.05º67.06%66.67%-
XYZ19.9212.1511.42-
YUV94.19126.77182.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.46%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=53.46%
G=17.61%
B=28.93%

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
Decimal170569200.670.460.33341.0550.4444.31
HexAA385C0432E21155322c
Octal25270134010356415256254
Binary10101010111000101110001000011101110100001101010101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA385C; }

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

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

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

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

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

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

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

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