#A14372

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

Shades of Rouge #A14372

Tints of Rouge #A14372

Color information

#A14372 (or 0xA14372) is unknown color: approx Rouge. HEX triplet: A1, 43 and 72. RGB value is (161,67,114). Sum of RGB (Red+Green+Blue) = 161+67+114=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A14372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14372 is #5EBC8D. Grayscale: #646464. Windows color (decimal): -6208654 or 7488417. OLE color: 7488417.

HSL color Cylindrical-coordinate representation of color #A14372: hue angle of 330º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14372 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16167114-
CMYK00.580.290.37
HSL330º41.23%44.71%-
HSV(B)330º58.39%63.14%-
XYZ19.7412.8117.35-
YUV100.46135.64171.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=47.08%
G=19.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616711400.580.290.3733041.2344.71
HexA1437203A1D2514a292d
Octal24110316207235455125155
Binary1010000110000111110010011101011101100101101001010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14372; }

 p { color: rgb(161,67,114); }

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

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

 a { background-color: rgb(161,67,114); }

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

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

 span { border-color: rgb(161,67,114); }

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