#A34373

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

Shades of Rouge #A34373

Tints of Rouge #A34373

Color information

#A34373 (or 0xA34373) is unknown color: approx Rouge. HEX triplet: A3, 43 and 73. RGB value is (163,67,115). Sum of RGB (Red+Green+Blue) = 163+67+115=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A34373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34373 is #5CBC8C. Grayscale: #656565. Windows color (decimal): -6077581 or 7553955. OLE color: 7553955.

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

Color convert

RGB16367115-
CMYK00.590.290.36
HSL330º41.74%45.1%-
HSV(B)330º58.9%63.92%-
XYZ20.2113.0417.67-
YUV101.18135.8172.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=47.25%
G=19.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636711500.590.290.3633041.7445.1
HexA3437303B1D2414a2a2d
Octal24310316307335445125255
Binary1010001110000111110011011101111101100100101001010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34373; }

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

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

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

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

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

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

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

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