#A34A6D

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

Shades of Rouge #A34A6D

Tints of Rouge #A34A6D

Color information

#A34A6D (or 0xA34A6D) is unknown color: approx Rouge. HEX triplet: A3, 4A and 6D. RGB value is (163,74,109). Sum of RGB (Red+Green+Blue) = 163+74+109=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A6D is #5CB592. Grayscale: #686868. Windows color (decimal): -6075795 or 7162531. OLE color: 7162531.

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

Color convert

RGB16374109-
CMYK00.550.330.36
HSL336.4º37.55%46.47%-
HSV(B)336.4º54.6%63.92%-
XYZ20.3113.7916.06-
YUV104.6130.49169.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=47.11%
G=21.39%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637410900.550.330.36336.437.5546.47
HexA34A6D0372124150262e
Octal24311215506741445204656
Binary10100011100101011011010110111100001100100101010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A6D; }

 p { color: rgb(163,74,109); }

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

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

 a { background-color: rgb(163,74,109); }

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

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

 span { border-color: rgb(163,74,109); }

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