#A9325C

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

Shades of Rouge #A9325C

Tints of Rouge #A9325C

Color information

#A9325C (or 0xA9325C) is unknown color: approx Rouge. HEX triplet: A9, 32 and 5C. RGB value is (169,50,92). Sum of RGB (Red+Green+Blue) = 169+50+92=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9325C is #56CDA3. Grayscale: #5A5A5A. Windows color (decimal): -5688740 or 6042281. OLE color: 6042281.

HSL color Cylindrical-coordinate representation of color #A9325C: hue angle of 338.82º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9325C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1695092-
CMYK00.700.460.34
HSL338.82º54.34%42.94%-
HSV(B)338.82º70.41%66.27%-
XYZ19.4311.4911.32-
YUV90.37128.92184.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.34%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=54.34%
G=16.08%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169509200.700.460.34338.8254.3442.94
HexA9325C0462E22153362b
Octal25162134010656425236653
Binary10101001110010101110001000110101110100010101010011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9325C; }

 p { color: rgb(169,50,92); }

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

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

 a { background-color: rgb(169,50,92); }

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

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

 span { border-color: rgb(169,50,92); }

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