#A93A5F

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

Shades of Rouge #A93A5F

Tints of Rouge #A93A5F

Color information

#A93A5F (or 0xA93A5F) is unknown color: approx Rouge. HEX triplet: A9, 3A and 5F. RGB value is (169,58,95). Sum of RGB (Red+Green+Blue) = 169+58+95=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A5F is #56C5A0. Grayscale: #5F5F5F. Windows color (decimal): -5686689 or 6240937. OLE color: 6240937.

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

Color convert

RGB1695895-
CMYK00.660.440.34
HSL340º48.9%44.51%-
HSV(B)340º65.68%66.27%-
XYZ19.9412.2912.15-
YUV95.41127.77180.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=52.48%
G=18.01%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169589500.660.440.3434048.944.51
HexA93A5F0422C22154312d
Octal25172137010254425246155
Binary10101001111010101111101000010101100100010101010100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A5F; }

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

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

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

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

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

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

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

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