#A9305A

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

Shades of Rouge #A9305A

Tints of Rouge #A9305A

Color information

#A9305A (or 0xA9305A) is unknown color: approx Rouge. HEX triplet: A9, 30 and 5A. RGB value is (169,48,90). Sum of RGB (Red+Green+Blue) = 169+48+90=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A9305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9305A is #56CFA5. Grayscale: #585858. Windows color (decimal): -5689254 or 5910697. OLE color: 5910697.

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

Color convert

RGB1694890-
CMYK00.720.470.34
HSL339.17º55.76%42.55%-
HSV(B)339.17º71.6%66.27%-
XYZ19.2611.2910.84-
YUV88.97128.59185.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=55.05%
G=15.64%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169489000.720.470.34339.1755.7642.55
HexA9305A0482F22153382b
Octal25160132011057425237053
Binary10101001110000101101001001000101111100010101010011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9305A; }

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

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

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

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

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

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

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

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