#A34561

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

Shades of Rouge #A34561

Tints of Rouge #A34561

Color information

#A34561 (or 0xA34561) is unknown color: approx Rouge. HEX triplet: A3, 45 and 61. RGB value is (163,69,97). Sum of RGB (Red+Green+Blue) = 163+69+97=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A34561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34561 is #5CBA9E. Grayscale: #646464. Windows color (decimal): -6077087 or 6374819. OLE color: 6374819.

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

Color convert

RGB1636997-
CMYK00.580.400.36
HSL342.13º40.52%45.49%-
HSV(B)342.13º57.67%63.92%-
XYZ19.3912.9112.78-
YUV100.3126.14172.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=49.54%
G=20.97%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163699700.580.400.36342.1340.5245.49
HexA3456103A2824156292d
Octal24310514107250445265155
Binary10100011100010111000010111010101000100100101010110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34561; }

 p { color: rgb(163,69,97); }

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

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

 a { background-color: rgb(163,69,97); }

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

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

 span { border-color: rgb(163,69,97); }

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