#A9456C

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

Shades of Rouge #A9456C

Tints of Rouge #A9456C

Color information

#A9456C (or 0xA9456C) is unknown color: approx Rouge. HEX triplet: A9, 45 and 6C. RGB value is (169,69,108). Sum of RGB (Red+Green+Blue) = 169+69+108=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9456C is #56BA93. Grayscale: #676767. Windows color (decimal): -5683860 or 7095721. OLE color: 7095721.

HSL color Cylindrical-coordinate representation of color #A9456C: hue angle of 336.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9456C is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16969108-
CMYK00.590.360.34
HSL336.6º42.02%46.67%-
HSV(B)336.6º59.17%66.27%-
XYZ21.213.7715.73-
YUV103.35130.63174.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=48.84%
G=19.94%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696910800.590.360.34336.642.0246.67
HexA9456C03B24221512a2f
Octal25110515407344425215257
Binary10101001100010111011000111011100100100010101010001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9456C; }

 p { color: rgb(169,69,108); }

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

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

 a { background-color: rgb(169,69,108); }

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

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

 span { border-color: rgb(169,69,108); }

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