#A9446C

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

Shades of Rouge #A9446C

Tints of Rouge #A9446C

Color information

#A9446C (or 0xA9446C) is unknown color: approx Rouge. HEX triplet: A9, 44 and 6C. RGB value is (169,68,108). Sum of RGB (Red+Green+Blue) = 169+68+108=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9446C is #56BB93. Grayscale: #666666. Windows color (decimal): -5684116 or 7095465. OLE color: 7095465.

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

Color convert

RGB16968108-
CMYK00.600.360.34
HSL336.24º42.62%46.47%-
HSV(B)336.24º59.76%66.27%-
XYZ21.1413.6515.71-
YUV102.76130.96175.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=48.99%
G=19.71%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696810800.600.360.34336.2442.6246.47
HexA9446C03C24221502b2e
Octal25110415407444425205356
Binary10101001100010011011000111100100100100010101010000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9446C; }

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

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

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

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

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

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

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

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