#A94463

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

Shades of Rouge #A94463

Tints of Rouge #A94463

Color information

#A94463 (or 0xA94463) is unknown color: approx Rouge. HEX triplet: A9, 44 and 63. RGB value is (169,68,99). Sum of RGB (Red+Green+Blue) = 169+68+99=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A94463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94463 is #56BB9C. Grayscale: #656565. Windows color (decimal): -5684125 or 6505641. OLE color: 6505641.

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

Color convert

RGB1696899-
CMYK00.600.410.34
HSL341.58º42.62%46.47%-
HSV(B)341.58º59.76%66.27%-
XYZ20.6813.4713.31-
YUV101.73126.46175.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=50.30%
G=20.24%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169689900.600.410.34341.5842.6246.47
HexA9446303C29221562b2e
Octal25110414307451425265356
Binary10101001100010011000110111100101001100010101010110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94463; }

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

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

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

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

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

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

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

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