#A34764

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

Shades of Rouge #A34764

Tints of Rouge #A34764

Color information

#A34764 (or 0xA34764) is unknown color: approx Rouge. HEX triplet: A3, 47 and 64. RGB value is (163,71,100). Sum of RGB (Red+Green+Blue) = 163+71+100=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A34764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34764 is #5CB89B. Grayscale: #656565. Windows color (decimal): -6076572 or 6571939. OLE color: 6571939.

HSL color Cylindrical-coordinate representation of color #A34764: hue angle of 341.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34764 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16371100-
CMYK00.560.390.36
HSL341.09º39.32%45.88%-
HSV(B)341.09º56.44%63.92%-
XYZ19.6613.2113.57-
YUV101.81126.98171.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=48.80%
G=21.26%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637110000.560.390.36341.0939.3245.88
HexA347640382724155272e
Octal24310714407047445254756
Binary10100011100011111001000111000100111100100101010101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34764; }

 p { color: rgb(163,71,100); }

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

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

 a { background-color: rgb(163,71,100); }

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

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

 span { border-color: rgb(163,71,100); }

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