#A9385D

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

Shades of Rouge #A9385D

Tints of Rouge #A9385D

Color information

#A9385D (or 0xA9385D) is unknown color: approx Rouge. HEX triplet: A9, 38 and 5D. RGB value is (169,56,93). Sum of RGB (Red+Green+Blue) = 169+56+93=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9385D is #56C7A2. Grayscale: #5D5D5D. Windows color (decimal): -5687203 or 6109353. OLE color: 6109353.

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

Color convert

RGB1695693-
CMYK00.670.450.34
HSL340.35º50.22%44.12%-
HSV(B)340.35º66.86%66.27%-
XYZ19.7512.0511.64-
YUV94127.44181.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=53.14%
G=17.61%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169569300.670.450.34340.3550.2244.12
HexA9385D0432D22154322c
Octal25170135010355425246254
Binary10101001111000101110101000011101101100010101010100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9385D; }

 p { color: rgb(169,56,93); }

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

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

 a { background-color: rgb(169,56,93); }

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

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

 span { border-color: rgb(169,56,93); }

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