#A14B6F

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

Shades of Rouge #A14B6F

Tints of Rouge #A14B6F

Color information

#A14B6F (or 0xA14B6F) is unknown color: approx Rouge. HEX triplet: A1, 4B and 6F. RGB value is (161,75,111). Sum of RGB (Red+Green+Blue) = 161+75+111=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B6F is #5EB490. Grayscale: #686868. Windows color (decimal): -6206609 or 7293857. OLE color: 7293857.

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

Color convert

RGB16175111-
CMYK00.530.310.37
HSL334.88º36.44%46.27%-
HSV(B)334.88º53.42%63.14%-
XYZ20.0813.7616.64-
YUV104.82131.49168.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=46.40%
G=21.61%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617511100.530.310.37334.8836.4446.27
HexA14B6F0351F2514f242e
Octal24111315706537455174456
Binary1010000110010111101111011010111111100101101001111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B6F; }

 p { color: rgb(161,75,111); }

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

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

 a { background-color: rgb(161,75,111); }

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

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

 span { border-color: rgb(161,75,111); }

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