#A9306A

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

Shades of Rouge #A9306A

Tints of Rouge #A9306A

Color information

#A9306A (or 0xA9306A) is unknown color: approx Rouge. HEX triplet: A9, 30 and 6A. RGB value is (169,48,106). Sum of RGB (Red+Green+Blue) = 169+48+106=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A9306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9306A is #56CF95. Grayscale: #5A5A5A. Windows color (decimal): -5689238 or 6959273. OLE color: 6959273.

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

Color convert

RGB16948106-
CMYK00.720.370.34
HSL331.24º55.76%42.55%-
HSV(B)331.24º71.6%66.27%-
XYZ20.0211.5914.82-
YUV90.79136.59183.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.32%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=52.32%
G=14.86%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694810600.720.370.34331.2455.7642.55
HexA9306A048252214b382b
Octal25160152011045425137053
Binary10101001110000110101001001000100101100010101001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9306A; }

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

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

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

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

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

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

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

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