#A14270

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

Shades of Rouge #A14270

Tints of Rouge #A14270

Color information

#A14270 (or 0xA14270) is unknown color: approx Rouge. HEX triplet: A1, 42 and 70. RGB value is (161,66,112). Sum of RGB (Red+Green+Blue) = 161+66+112=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A14270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14270 is #5EBD8F. Grayscale: #636363. Windows color (decimal): -6208912 or 7357089. OLE color: 7357089.

HSL color Cylindrical-coordinate representation of color #A14270: hue angle of 330.95º 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 #A14270 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16166112-
CMYK00.590.300.37
HSL330.95º41.85%44.51%-
HSV(B)330.95º59.01%63.14%-
XYZ19.5712.6416.74-
YUV99.65134.97171.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=47.49%
G=19.47%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616611200.590.300.37330.9541.8544.51
HexA1427003B1E2514b2a2d
Octal24110216007336455135255
Binary1010000110000101110000011101111110100101101001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14270; }

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

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

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

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

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

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

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

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