#A93A6A

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

Shades of Rouge #A93A6A

Tints of Rouge #A93A6A

Color information

#A93A6A (or 0xA93A6A) is unknown color: approx Rouge. HEX triplet: A9, 3A and 6A. RGB value is (169,58,106). Sum of RGB (Red+Green+Blue) = 169+58+106=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A6A is #56C595. Grayscale: #606060. Windows color (decimal): -5686678 or 6961833. OLE color: 6961833.

HSL color Cylindrical-coordinate representation of color #A93A6A: hue angle of 334.05º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93A6A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16958106-
CMYK00.660.370.34
HSL334.05º48.9%44.51%-
HSV(B)334.05º65.68%66.27%-
XYZ20.4812.514.97-
YUV96.66133.27179.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=50.75%
G=17.42%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695810600.660.370.34334.0548.944.51
HexA93A6A042252214e312d
Octal25172152010245425166155
Binary10101001111010110101001000010100101100010101001110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A6A; }

 p { color: rgb(169,58,106); }

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

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

 a { background-color: rgb(169,58,106); }

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

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

 span { border-color: rgb(169,58,106); }

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