#A34273

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

Shades of Rouge #A34273

Tints of Rouge #A34273

Color information

#A34273 (or 0xA34273) is unknown color: approx Rouge. HEX triplet: A3, 42 and 73. RGB value is (163,66,115). Sum of RGB (Red+Green+Blue) = 163+66+115=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A34273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34273 is #5CBD8C. Grayscale: #646464. Windows color (decimal): -6077837 or 7553699. OLE color: 7553699.

HSL color Cylindrical-coordinate representation of color #A34273: hue angle of 329.69º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34273 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16366115-
CMYK00.600.290.36
HSL329.69º42.36%44.9%-
HSV(B)329.69º59.51%63.92%-
XYZ20.1512.9217.65-
YUV100.59136.14172.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=47.38%
G=19.19%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636611500.600.290.36329.6942.3644.9
HexA3427303C1D2414a2a2d
Octal24310216307435445125255
Binary1010001110000101110011011110011101100100101001010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34273; }

 p { color: rgb(163,66,115); }

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

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

 a { background-color: rgb(163,66,115); }

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

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

 span { border-color: rgb(163,66,115); }

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