#A93463

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

Shades of Rouge #A93463

Tints of Rouge #A93463

Color information

#A93463 (or 0xA93463) is unknown color: approx Rouge. HEX triplet: A9, 34 and 63. RGB value is (169,52,99). Sum of RGB (Red+Green+Blue) = 169+52+99=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A93463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93463 is #56CB9C. Grayscale: #5C5C5C. Windows color (decimal): -5688221 or 6501545. OLE color: 6501545.

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

Color convert

RGB1695299-
CMYK00.690.410.34
HSL335.9º52.94%43.33%-
HSV(B)335.9º69.23%66.27%-
XYZ19.8411.7913.03-
YUV92.34131.76182.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=52.81%
G=16.25%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169529900.690.410.34335.952.9443.33
HexA934630452922150352b
Octal25164143010551425206553
Binary10101001110100110001101000101101001100010101010000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93463; }

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

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

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

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

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

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

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

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