#A03274

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

Shades of Rouge #A03274

Tints of Rouge #A03274

Color information

#A03274 (or 0xA03274) is unknown color: approx Rouge. HEX triplet: A0, 32 and 74. RGB value is (160,50,116). Sum of RGB (Red+Green+Blue) = 160+50+116=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03274 is #5FCD8B. Grayscale: #5A5A5A. Windows color (decimal): -6278540 or 7615136. OLE color: 7615136.

HSL color Cylindrical-coordinate representation of color #A03274: hue angle of 324º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03274 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16050116-
CMYK00.690.280.37
HSL324º52.38%41.18%-
HSV(B)324º68.75%62.75%-
XYZ18.7911.0217.66-
YUV90.41142.44177.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=49.08%
G=15.34%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605011600.690.280.3732452.3841.18
HexA032740451C251443429
Octal24062164010534455046451
Binary1010000011001011101000100010111100100101101000100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03274; }

 p { color: rgb(160,50,116); }

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

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

 a { background-color: rgb(160,50,116); }

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

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

 span { border-color: rgb(160,50,116); }

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