#A14275

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

Shades of Rouge #A14275

Tints of Rouge #A14275

Color information

#A14275 (or 0xA14275) is unknown color: approx Rouge. HEX triplet: A1, 42 and 75. RGB value is (161,66,117). Sum of RGB (Red+Green+Blue) = 161+66+117=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A14275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14275 is #5EBD8A. Grayscale: #646464. Windows color (decimal): -6208907 or 7684769. OLE color: 7684769.

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

Color convert

RGB16166117-
CMYK00.590.270.37
HSL327.79º41.85%44.51%-
HSV(B)327.79º59.01%63.14%-
XYZ19.8612.7618.25-
YUV100.22137.47171.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=46.80%
G=19.19%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616611700.590.270.37327.7941.8544.51
HexA1427503B1B251482a2d
Octal24110216507333455105255
Binary1010000110000101110101011101111011100101101001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14275; }

 p { color: rgb(161,66,117); }

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

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

 a { background-color: rgb(161,66,117); }

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

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

 span { border-color: rgb(161,66,117); }

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