#A9335C

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

Shades of Rouge #A9335C

Tints of Rouge #A9335C

Color information

#A9335C (or 0xA9335C) is unknown color: approx Rouge. HEX triplet: A9, 33 and 5C. RGB value is (169,51,92). Sum of RGB (Red+Green+Blue) = 169+51+92=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A9335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9335C is #56CCA3. Grayscale: #5A5A5A. Windows color (decimal): -5688484 or 6042537. OLE color: 6042537.

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

Color convert

RGB1695192-
CMYK00.700.460.34
HSL339.15º53.64%43.14%-
HSV(B)339.15º69.82%66.27%-
XYZ19.4811.5811.33-
YUV90.96128.59183.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.17%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=54.17%
G=16.35%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169519200.700.460.34339.1553.6443.14
HexA9335C0462E22153362b
Octal25163134010656425236653
Binary10101001110011101110001000110101110100010101010011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9335C; }

 p { color: rgb(169,51,92); }

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

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

 a { background-color: rgb(169,51,92); }

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

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

 span { border-color: rgb(169,51,92); }

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