#A9306F

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

Shades of Rouge #A9306F

Tints of Rouge #A9306F

Color information

#A9306F (or 0xA9306F) is unknown color: approx Rouge. HEX triplet: A9, 30 and 6F. RGB value is (169,48,111). Sum of RGB (Red+Green+Blue) = 169+48+111=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9306F is #56CF90. Grayscale: #5B5B5B. Windows color (decimal): -5689233 or 7286953. OLE color: 7286953.

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

Color convert

RGB16948111-
CMYK00.720.340.34
HSL328.76º55.76%42.55%-
HSV(B)328.76º71.6%66.27%-
XYZ20.2911.716.23-
YUV91.36139.09183.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=51.52%
G=14.63%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694811100.720.340.34328.7655.7642.55
HexA9306F0482222149382b
Octal25160157011042425117053
Binary10101001110000110111101001000100010100010101001001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9306F; }

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

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

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

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

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

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

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

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