#A14665

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

Shades of Rouge #A14665

Tints of Rouge #A14665

Color information

#A14665 (or 0xA14665) is unknown color: approx Rouge. HEX triplet: A1, 46 and 65. RGB value is (161,70,101). Sum of RGB (Red+Green+Blue) = 161+70+101=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A14665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14665 is #5EB99A. Grayscale: #646464. Windows color (decimal): -6207899 or 6637217. OLE color: 6637217.

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

Color convert

RGB16170101-
CMYK00.570.370.37
HSL339.56º39.39%45.29%-
HSV(B)339.56º56.52%63.14%-
XYZ19.2412.913.79-
YUV100.74128.15170.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=48.49%
G=21.08%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617010100.570.370.37339.5639.3945.29
HexA146650392525154272d
Octal24110614507145455244755
Binary10100001100011011001010111001100101100101101010100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14665; }

 p { color: rgb(161,70,101); }

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

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

 a { background-color: rgb(161,70,101); }

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

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

 span { border-color: rgb(161,70,101); }

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