#A34968

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

Shades of Rouge #A34968

Tints of Rouge #A34968

Color information

#A34968 (or 0xA34968) is unknown color: approx Rouge. HEX triplet: A3, 49 and 68. RGB value is (163,73,104). Sum of RGB (Red+Green+Blue) = 163+73+104=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A34968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34968 is #5CB697. Grayscale: #676767. Windows color (decimal): -6076056 or 6834595. OLE color: 6834595.

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

Color convert

RGB16373104-
CMYK00.550.360.36
HSL339.33º38.14%46.27%-
HSV(B)339.33º55.21%63.92%-
XYZ19.9913.5514.66-
YUV103.44128.32170.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=47.94%
G=21.47%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637310400.550.360.36339.3338.1446.27
HexA349680372424153262e
Octal24311115006744445234656
Binary10100011100100111010000110111100100100100101010011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34968; }

 p { color: rgb(163,73,104); }

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

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

 a { background-color: rgb(163,73,104); }

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

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

 span { border-color: rgb(163,73,104); }

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