#A03767

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

Shades of Rouge #A03767

Tints of Rouge #A03767

Color information

#A03767 (or 0xA03767) is unknown color: approx Rouge. HEX triplet: A0, 37 and 67. RGB value is (160,55,103). Sum of RGB (Red+Green+Blue) = 160+55+103=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A03767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03767 is #5FC898. Grayscale: #5B5B5B. Windows color (decimal): -6277273 or 6764448. OLE color: 6764448.

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

Color convert

RGB16055103-
CMYK00.660.360.37
HSL332.57º48.84%42.16%-
HSV(B)332.57º65.62%62.75%-
XYZ18.3111.1914.03-
YUV91.87134.29176.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 55 (21.88% from 255) = 17.30%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=50.31%
G=17.30%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605510300.660.360.37332.5748.8442.16
HexA03767042242514d312a
Octal24067147010244455156152
Binary10100000110111110011101000010100100100101101001101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03767; }

 p { color: rgb(160,55,103); }

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

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

 a { background-color: rgb(160,55,103); }

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

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

 span { border-color: rgb(160,55,103); }

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