#A9306E

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

Shades of Rouge #A9306E

Tints of Rouge #A9306E

Color information

#A9306E (or 0xA9306E) is unknown color: approx Rouge. HEX triplet: A9, 30 and 6E. RGB value is (169,48,110). Sum of RGB (Red+Green+Blue) = 169+48+110=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9306E is #56CF91. Grayscale: #5B5B5B. Windows color (decimal): -5689234 or 7221417. OLE color: 7221417.

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

Color convert

RGB16948110-
CMYK00.720.350.34
HSL329.26º55.76%42.55%-
HSV(B)329.26º71.6%66.27%-
XYZ20.2311.6715.94-
YUV91.25138.59183.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 48 (19.14% from 255) = 14.68%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=51.68%
G=14.68%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694811000.720.350.34329.2655.7642.55
HexA9306E0482322149382b
Octal25160156011043425117053
Binary10101001110000110111001001000100011100010101001001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9306E; }

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

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

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

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

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

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

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

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