#A0386B

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

Shades of Rouge #A0386B

Tints of Rouge #A0386B

Color information

#A0386B (or 0xA0386B) is unknown color: approx Rouge. HEX triplet: A0, 38 and 6B. RGB value is (160,56,107). Sum of RGB (Red+Green+Blue) = 160+56+107=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0386B is #5FC794. Grayscale: #5C5C5C. Windows color (decimal): -6277013 or 7026848. OLE color: 7026848.

HSL color Cylindrical-coordinate representation of color #A0386B: hue angle of 330.58º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0386B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB16056107-
CMYK00.650.330.37
HSL330.58º48.15%42.35%-
HSV(B)330.58º65%62.75%-
XYZ18.5711.3615.12-
YUV92.91135.96175.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=49.54%
G=17.34%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605610700.650.330.37330.5848.1542.35
HexA0386B041212514b302a
Octal24070153010141455136052
Binary10100000111000110101101000001100001100101101001011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0386B; }

 p { color: rgb(160,56,107); }

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

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

 a { background-color: rgb(160,56,107); }

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

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

 span { border-color: rgb(160,56,107); }

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