#A93B5F

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

Shades of Rouge #A93B5F

Tints of Rouge #A93B5F

Color information

#A93B5F (or 0xA93B5F) is unknown color: approx Rouge. HEX triplet: A9, 3B and 5F. RGB value is (169,59,95). Sum of RGB (Red+Green+Blue) = 169+59+95=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93B5F is #56C4A0. Grayscale: #5F5F5F. Windows color (decimal): -5686433 or 6241193. OLE color: 6241193.

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

Color convert

RGB1695995-
CMYK00.650.440.34
HSL340.36º48.25%44.71%-
HSV(B)340.36º65.09%66.27%-
XYZ19.9912.3912.16-
YUV95.99127.44180.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.32%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=52.32%
G=18.27%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169599500.650.440.34340.3648.2544.71
HexA93B5F0412C22154302d
Octal25173137010154425246055
Binary10101001111011101111101000001101100100010101010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B5F; }

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

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

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

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

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

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

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

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