#A14970

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

Shades of Rouge #A14970

Tints of Rouge #A14970

Color information

#A14970 (or 0xA14970) is unknown color: approx Rouge. HEX triplet: A1, 49 and 70. RGB value is (161,73,112). Sum of RGB (Red+Green+Blue) = 161+73+112=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A14970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14970 is #5EB68F. Grayscale: #676767. Windows color (decimal): -6207120 or 7358881. OLE color: 7358881.

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

Color convert

RGB16173112-
CMYK00.550.300.37
HSL333.41º37.61%45.88%-
HSV(B)333.41º54.66%63.14%-
XYZ20.0113.5116.88-
YUV103.76132.65168.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=46.53%
G=21.10%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617311200.550.300.37333.4137.6145.88
HexA149700371E2514d262e
Octal24111116006736455154656
Binary1010000110010011110000011011111110100101101001101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14970; }

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

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

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

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

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

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

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

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