#A14C70

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

Shades of Rouge #A14C70

Tints of Rouge #A14C70

Color information

#A14C70 (or 0xA14C70) is unknown color: approx Rouge. HEX triplet: A1, 4C and 70. RGB value is (161,76,112). Sum of RGB (Red+Green+Blue) = 161+76+112=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C70 is #5EB38F. Grayscale: #696969. Windows color (decimal): -6206352 or 7359649. OLE color: 7359649.

HSL color Cylindrical-coordinate representation of color #A14C70: hue angle of 334.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C70 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16176112-
CMYK00.530.300.37
HSL334.59º35.86%46.47%-
HSV(B)334.59º52.8%63.14%-
XYZ20.2113.9216.95-
YUV105.52131.66167.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 76 (30.08% from 255) = 21.78%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=46.13%
G=21.78%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617611200.530.300.37334.5935.8646.47
HexA14C700351E2514f242e
Octal24111416006536455174456
Binary1010000110011001110000011010111110100101101001111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C70; }

 p { color: rgb(161,76,112); }

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

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

 a { background-color: rgb(161,76,112); }

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

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

 span { border-color: rgb(161,76,112); }

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