#A03675

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

Shades of Rouge #A03675

Tints of Rouge #A03675

Color information

#A03675 (or 0xA03675) is unknown color: approx Rouge. HEX triplet: A0, 36 and 75. RGB value is (160,54,117). Sum of RGB (Red+Green+Blue) = 160+54+117=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A03675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03675 is #5FC98A. Grayscale: #5C5C5C. Windows color (decimal): -6277515 or 7681696. OLE color: 7681696.

HSL color Cylindrical-coordinate representation of color #A03675: hue angle of 324.34º degrees, saturation: 0.5, 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 #A03675 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16054117-
CMYK00.660.270.37
HSL324.34º49.53%41.96%-
HSV(B)324.34º66.25%62.75%-
XYZ19.0311.418.03-
YUV92.88141.62175.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=48.34%
G=16.31%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605411700.660.270.37324.3449.5341.96
HexA036750421B25144322a
Octal24066165010233455046252
Binary1010000011011011101010100001011011100101101000100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03675; }

 p { color: rgb(160,54,117); }

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

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

 a { background-color: rgb(160,54,117); }

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

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

 span { border-color: rgb(160,54,117); }

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