#A34461

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

Shades of Rouge #A34461

Tints of Rouge #A34461

Color information

#A34461 (or 0xA34461) is unknown color: approx Rouge. HEX triplet: A3, 44 and 61. RGB value is (163,68,97). Sum of RGB (Red+Green+Blue) = 163+68+97=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A34461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34461 is #5CBB9E. Grayscale: #636363. Windows color (decimal): -6077343 or 6374563. OLE color: 6374563.

HSL color Cylindrical-coordinate representation of color #A34461: hue angle of 341.68º 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 #A34461 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1636897-
CMYK00.580.400.36
HSL341.68º41.13%45.29%-
HSV(B)341.68º58.28%63.92%-
XYZ19.3312.7812.76-
YUV99.71126.47173.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=49.70%
G=20.73%
B=29.57%

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
Decimal163689700.580.400.36341.6841.1345.29
HexA3446103A2824156292d
Octal24310414107250445265155
Binary10100011100010011000010111010101000100100101010110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34461; }

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

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

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

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

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

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

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

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