#A8325B

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

Shades of Rouge #A8325B

Tints of Rouge #A8325B

Color information

#A8325B (or 0xA8325B) is unknown color: approx Rouge. HEX triplet: A8, 32 and 5B. RGB value is (168,50,91). Sum of RGB (Red+Green+Blue) = 168+50+91=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8325B is #57CDA4. Grayscale: #595959. Windows color (decimal): -5754277 or 5976744. OLE color: 5976744.

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

Color convert

RGB1685091-
CMYK00.700.460.34
HSL339.15º54.13%42.75%-
HSV(B)339.15º70.24%65.88%-
XYZ19.1811.3611.08-
YUV89.96128.59183.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=54.37%
G=16.18%
B=29.45%

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
Decimal168509100.700.460.34339.1554.1342.75
HexA8325B0462E22153362b
Octal25062133010656425236653
Binary10101000110010101101101000110101110100010101010011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8325B; }

 p { color: rgb(168,50,91); }

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

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

 a { background-color: rgb(168,50,91); }

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

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

 span { border-color: rgb(168,50,91); }

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