#A9305D

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

Shades of Rouge #A9305D

Tints of Rouge #A9305D

Color information

#A9305D (or 0xA9305D) is unknown color: approx Rouge. HEX triplet: A9, 30 and 5D. RGB value is (169,48,93). Sum of RGB (Red+Green+Blue) = 169+48+93=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9305D is #56CFA2. Grayscale: #595959. Windows color (decimal): -5689251 or 6107305. OLE color: 6107305.

HSL color Cylindrical-coordinate representation of color #A9305D: hue angle of 337.69º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9305D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1694893-
CMYK00.720.450.34
HSL337.69º55.76%42.55%-
HSV(B)337.69º71.6%66.27%-
XYZ19.3911.3411.52-
YUV89.31130.09184.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 93 (36.72% from 255) = 30%
R=54.52%
G=15.48%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169489300.720.450.34337.6955.7642.55
HexA9305D0482D22152382b
Octal25160135011055425227053
Binary10101001110000101110101001000101101100010101010010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9305D; }

 p { color: rgb(169,48,93); }

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

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

 a { background-color: rgb(169,48,93); }

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

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

 span { border-color: rgb(169,48,93); }

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