#A9345B

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

Shades of Rouge #A9345B

Tints of Rouge #A9345B

Color information

#A9345B (or 0xA9345B) is unknown color: approx Rouge. HEX triplet: A9, 34 and 5B. RGB value is (169,52,91). Sum of RGB (Red+Green+Blue) = 169+52+91=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A9345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9345B is #56CBA4. Grayscale: #5B5B5B. Windows color (decimal): -5688229 or 5977257. OLE color: 5977257.

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

Color convert

RGB1695291-
CMYK00.690.460.34
HSL340º52.94%43.33%-
HSV(B)340º69.23%66.27%-
XYZ19.4811.6511.12-
YUV91.43127.76183.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.17%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=54.17%
G=16.67%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169529100.690.460.3434052.9443.33
HexA9345B0452E22154352b
Octal25164133010556425246553
Binary10101001110100101101101000101101110100010101010100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9345B; }

 p { color: rgb(169,52,91); }

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

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

 a { background-color: rgb(169,52,91); }

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

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

 span { border-color: rgb(169,52,91); }

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