#A54073

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

Shades of Rouge #A54073

Tints of Rouge #A54073

Color information

#A54073 (or 0xA54073) is unknown color: approx Rouge. HEX triplet: A5, 40 and 73. RGB value is (165,64,115). Sum of RGB (Red+Green+Blue) = 165+64+115=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A54073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54073 is #5ABF8C. Grayscale: #636363. Windows color (decimal): -5947277 or 7553189. OLE color: 7553189.

HSL color Cylindrical-coordinate representation of color #A54073: hue angle of 329.7º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54073 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16564115-
CMYK00.610.300.35
HSL329.7º44.1%44.9%-
HSV(B)329.7º61.21%64.71%-
XYZ20.4412.917.63-
YUV100.01136.46174.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=47.97%
G=18.60%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656411500.610.300.35329.744.144.9
HexA5407303D1E2314a2c2d
Octal24510016307536435125455
Binary1010010110000001110011011110111110100011101001010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54073; }

 p { color: rgb(165,64,115); }

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

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

 a { background-color: rgb(165,64,115); }

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

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

 span { border-color: rgb(165,64,115); }

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