#a9385b

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

Shades of Rouge #A9385B

Tints of Rouge #A9385B

Color information

#A9385B (or 0xA9385B) is unknown color: approx Rouge. HEX triplet: A9, 38 and 5B. RGB value is (169,56,91). Sum of RGB (Red+Green+Blue) = 169+56+91=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9385B is #56C7A4. Grayscale: #5D5D5D. Windows color (decimal): -5687205 or 5978281. OLE color: 5978281.

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

Color convert

RGB1695691-
CMYK00.670.460.34
HSL341.42º50.22%44.12%-
HSV(B)341.42º66.86%66.27%-
XYZ19.6612.0211.18-
YUV93.78126.44181.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.48%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=53.48%
G=17.72%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169569100.670.460.34341.4250.2244.12
HexA9385B0432E22155322c
Octal25170133010356425256254
Binary10101001111000101101101000011101110100010101010101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9385b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9385b; }

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

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

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

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

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

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

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

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